git-config.txt: fix example
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 18 Aug 2012 17:32:10 +0000 (19:32 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Aug 2012 20:44:58 +0000 (13:44 -0700)
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>
Documentation/git-config.txt

index 7617d9eb2431a1dd52516b22b5e2ac4be2962f97..53827537b3eede7d0c98a5a8ecf875ddefe4c92a 100644 (file)
@@ -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