Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Dirson <ydirson@altern.org>2007-03-15 00:08:41 +0300
committerJunio C Hamano <junkio@cox.net>2007-03-15 00:38:38 +0300
commit9debca9aac99bc25c99727767ee50c8e405e9591 (patch)
tree621adea027d588db7068feeaca7abfe165056245
parent41f5d73391e3fe5c4cb2829582b26a85930964d1 (diff)
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>
-rw-r--r--Documentation/git-config.txt2
1 files changed, 1 insertions, 1 deletions
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.