Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Don't save the commit buffer in git-describe.
[gitweb.git]
/
describe.c
diff --git
a/describe.c
b/describe.c
index f4029ee74e80305e9ec9e5793d2e12c07096f45a..3c2df037eb1d5db303d64fa9743df61425790a9a 100644
(file)
--- a/
describe.c
+++ b/
describe.c
@@
-162,6
+162,7
@@
int main(int argc, char **argv)
}
setup_git_directory();
+ save_commit_buffer = 0;
if (argc <= i)
describe("HEAD", 1);