projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a573b83
)
Update CHANGES file generation for Git
author
Tom Yu
<tlyu@mit.edu>
Mon, 14 May 2012 23:14:54 +0000
(19:14 -0400)
committer
Tom Yu
<tlyu@mit.edu>
Mon, 14 May 2012 23:14:54 +0000
(19:14 -0400)
Use the correct git log invocation for generating the CHANGES file.
src/util/mkrel
patch
|
blob
|
history
diff --git
a/src/util/mkrel
b/src/util/mkrel
index 0725963c69d4c2abf235b9da68d96cf4e7faa9f7..0f69effff4f8bafcc86a29ac7ba45f0f00d22fe1 100755
(executable)
--- a/
src/util/mkrel
+++ b/
src/util/mkrel
@@
-137,7
+137,7
@@
if test $newstyle = t; then
#define KRB5_RELDATE "'"$reldate"'"' patchlevel.h > patchlevel.h.new && \
mv patchlevel.h.new patchlevel.h)
if test $checkout = t; then
- (cd $reldir && git log --stat $re
pository/$re
ltag > doc/CHANGES)
+ (cd $reldir && git log --stat $reltag > doc/CHANGES)
fi
else