git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
85f98fc
)
replace: add --edit to usage string
author
Christian Couder
<redacted>
Sat, 17 May 2014 12:16:38 +0000
(14:16 +0200)
committer
Junio C Hamano
<redacted>
Mon, 19 May 2014 20:39:54 +0000
(13:39 -0700)
Signed-off-by: Christian Couder <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/replace.c
patch
|
blob
|
history
diff --git
a/builtin/replace.c
b/builtin/replace.c
index 4ee3d929fafe64c2114c8de17b56998ea604c50c..1bb491d3c4f282e7f68d25cae0e00f419df1dd93 100644
(file)
--- a/
builtin/replace.c
+++ b/
builtin/replace.c
@@
-16,6
+16,7
@@
static const char * const git_replace_usage[] = {
N_("git replace [-f] <object> <replacement>"),
+ N_("git replace [-f] --edit <object>"),
N_("git replace -d <object>..."),
N_("git replace [--format=<format>] [-l [<pattern>]]"),
NULL
git clone https://git.99rst.org/PROJECT