Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
show-ref: place angle brackets around variables in usage string
author
Alex Henrie
<alexhenrie24@gmail.com>
Sat, 29 Aug 2015 04:18:44 +0000
(22:18 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 31 Aug 2015 16:33:53 +0000
(09:33 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-ref.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c415fb7
)
diff --git
a/builtin/show-ref.c
b/builtin/show-ref.c
index dfbc314ac27aae11a660e04d821816325c040e67..131ef28e5cb5d0a08bc00a7ad99e137bdd44eb66 100644
(file)
--- a/
builtin/show-ref.c
+++ b/
builtin/show-ref.c
@@
-8,7
+8,7
@@
static const char * const show_ref_usage[] = {
N_("git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"),
- N_("git show-ref --exclude-existing[=
pattern] < ref-list
"),
+ N_("git show-ref --exclude-existing[=
<pattern>] < <ref-list>
"),
NULL
};