From 9debca9aac99bc25c99727767ee50c8e405e9591 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Wed, 14 Mar 2007 22:08:41 +0100 Subject: [PATCH] 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 --- Documentation/git-config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT