Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
clone: fix creation of explicitly named target directory
[gitweb.git]
/
builtin-describe.c
diff --git
a/builtin-describe.c
b/builtin-describe.c
index 62a19056ef05989b0b48d0939758a66175b3f442..ec404c839b6542deb4e15ca342fd3c0afbbedd2e 100644
(file)
--- a/
builtin-describe.c
+++ b/
builtin-describe.c
@@
-10,7
+10,7
@@
#define MAX_TAGS (FLAG_BITS - 1)
static const char * const describe_usage[] = {
- "git
-
describe [options] <committish>*",
+ "git
describe [options] <committish>*",
NULL
};