Code

Clarify doc for git-config --unset-all.
authorYann Dirson <ydirson@altern.org>
Wed, 14 Mar 2007 21:08:41 +0000 (22:08 +0100)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Mar 2007 21:38:38 +0000 (14:38 -0700)
Previous formulation could make it appear as removing all lines
matching a regexp (at least, I was looking for such a flag, and
confused this flag for what I was looking for).

Signed-off-by: Yann Dirson <ydirson@altern.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-config.txt

index 6624484fe1b0e50f8d32ad474da6455cf737e43a..ccb8b36f9a88678fc790f6dba73c23e7771b6613 100644 (file)
@@ -78,7 +78,7 @@ OPTIONS
        Remove the line matching the key from config file.
 
 --unset-all::
-       Remove all matching lines from config file.
+       Remove all lines matching the key from config file.
 
 -l, --list::
        List all variables set in config file.