My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a2df36
)
Fix an incorrect reference to --set-all.
author
Jelmer Vernooij
<jelmer@samba.org>
Tue, 27 Dec 2011 02:03:45 +0000
(
03:03
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 27 Dec 2011 19:14:18 +0000
(11:14 -0800)
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/config.c
patch
|
blob
|
history
diff --git
a/builtin/config.c
b/builtin/config.c
index
211e118
..
b346f86
100644
(file)
--- a/
builtin/config.c
+++ b/
builtin/config.c
@@
-442,7
+442,7
@@
int cmd_config(int argc, const char **argv, const char *prefix)
ret = git_config_set(argv[0], value);
if (ret == CONFIG_NOTHING_SET)
error("cannot overwrite multiple values with a single value\n"
- " Use a regexp, --add or --
set
-all to change %s.", argv[0]);
+ " Use a regexp, --add or --
replace
-all to change %s.", argv[0]);
return ret;
}
else if (actions == ACTION_SET_ALL) {