projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d629c40
)
check-ref-format -h: it does not know the --print option yet
author
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Nov 2009 04:45:23 +0000
(20:45 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Nov 2009 04:45:23 +0000
(20:45 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-check-ref-format.c
patch
|
blob
|
history
diff --git
a/builtin-check-ref-format.c
b/builtin-check-ref-format.c
index 96382e34477263275c8d1f3628e3db4755042a06..a5ba4eae5abb37fc5ed0b0ed5c704342d7cdb532 100644
(file)
--- a/
builtin-check-ref-format.c
+++ b/
builtin-check-ref-format.c
@@
-8,7
+8,7
@@
#include "strbuf.h"
static const char builtin_check_ref_format_usage[] =
-"git check-ref-format
[--print]
<refname>\n"
+"git check-ref-format <refname>\n"
" or: git check-ref-format --branch <branchname-shorthand>";
int cmd_check_ref_format(int argc, const char **argv, const char *prefix)