aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-config.txt
diff options
context:
space:
mode:
authorMichael Haggerty <mhagger@alum.mit.edu>2012-08-18 19:32:10 +0200
committerJunio C Hamano <gitster@pobox.com>2012-08-18 13:44:58 -0700
commitd0714cc87b9ac0a5c9b900ed90e63bfec02577c8 (patch)
tree8fc2cbbcb2e36365267eedc7ec888f8fe2ded809 /Documentation/git-config.txt
parentd0f1ea6003d97e63110fa7d50bb07f546a909b6e (diff)
downloadgit-d0714cc87b9ac0a5c9b900ed90e63bfec02577c8.tar.gz
git-d0714cc87b9ac0a5c9b900ed90e63bfec02577c8.tar.xz
git-config.txt: fix example
The "--add" option is required to add a new value to a multivalued configuration entry. Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-config.txt')
-rw-r--r--Documentation/git-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt
index 7617d9eb2..53827537b 100644
--- a/Documentation/git-config.txt
+++ b/Documentation/git-config.txt
@@ -326,7 +326,7 @@ To actually match only values with an exclamation mark, you have to
To add a new proxy, without altering any of the existing ones, use
------------
-% git config core.gitproxy '"proxy-command" for example.com'
+% git config --add core.gitproxy '"proxy-command" for example.com'
------------
An example to use customized color from the configuration in your