Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:27:08 +0000
(12:27 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Dec 2014 20:27:08 +0000
(12:27 -0800)
* rt/for-each-ref-spell-tcl-as-Tcl:
for-each-ref: correct spelling of Tcl in option description
builtin/for-each-ref.c
patch
|
blob
|
history
raw
(from parent 1:
08884f5
)
diff --git
a/builtin/for-each-ref.c
b/builtin/for-each-ref.c
index 603a90e29b808a86fa39f031d13a1ca94f5d236e..f3ce004d53c55e3f53d6a90d21d2877368676f08 100644
(file)
--- a/
builtin/for-each-ref.c
+++ b/
builtin/for-each-ref.c
@@
-1075,7
+1075,7
@@
int cmd_for_each_ref(int argc, const char **argv, const char *prefix)
OPT_BIT(0 , "python", "e_style,
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
OPT_BIT(0 , "tcl", "e_style,
- N_("quote placeholders suitably for
t
cl"), QUOTE_TCL),
+ N_("quote placeholders suitably for
T
cl"), QUOTE_TCL),
OPT_GROUP(""),
OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")),