summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d629c40)
raw | patch | inline | side by side (parent: d629c40)
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 |
index 96382e34477263275c8d1f3628e3db4755042a06..a5ba4eae5abb37fc5ed0b0ed5c704342d7cdb532 100644 (file)
#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)