Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/range-diff'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:51 +0000
(14:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Aug 2018 21:33:51 +0000
(14:33 -0700)
Finishing touched to help string.
* js/range-diff:
range-diff: update stale summary of --no-dual-color
builtin/range-diff.c
patch
|
blob
|
history
raw
(from parent 1:
926107d
)
diff --git
a/builtin/range-diff.c
b/builtin/range-diff.c
index f52d45d9d614445e3473c810e9305c986a4dfdf8..0aa9bed41f35bf99784acd4abab52df415c5fb00 100644
(file)
--- a/
builtin/range-diff.c
+++ b/
builtin/range-diff.c
@@
-25,7
+25,7
@@
int cmd_range_diff(int argc, const char **argv, const char *prefix)
OPT_INTEGER(0, "creation-factor", &creation_factor,
N_("Percentage by which creation is weighted")),
OPT_BOOL(0, "no-dual-color", &simple_color,
- N_("
color both diff and diff-between-diff
s")),
+ N_("
use simple diff color
s")),
OPT_END()
};
int i, j, res = 0;