diff options
author | Yann Dirson <ydirson@altern.org> | 2007-03-14 22:08:41 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-14 14:38:38 -0700 |
commit | 9debca9aac99bc25c99727767ee50c8e405e9591 (patch) | |
tree | 621adea027d588db7068feeaca7abfe165056245 /Documentation | |
parent | 41f5d73391e3fe5c4cb2829582b26a85930964d1 (diff) | |
download | git-9debca9aac99bc25c99727767ee50c8e405e9591.tar.gz git-9debca9aac99bc25c99727767ee50c8e405e9591.tar.xz |
Clarify doc for git-config --unset-all.
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 6624484fe..ccb8b36f9 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -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. |