From: Yann Dirson Date: Wed, 14 Mar 2007 21:08:41 +0000 (+0100) Subject: Clarify doc for git-config --unset-all. X-Git-Tag: v1.5.0.4~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9debca9aac99bc25c99727767ee50c8e405e9591;p=git.git 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 Signed-off-by: Junio C Hamano --- 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.