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: https://git.lorimer.id.au/gitweb.git/diff_plain/9debca9aac99bc25c99727767ee50c8e405e9591?ds=inline;hp=--cc 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 --- 9debca9aac99bc25c99727767ee50c8e405e9591 diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 6624484fe1..ccb8b36f9a 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.