summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41f5d73)
raw | patch | inline | side by side (parent: 41f5d73)
author | Yann Dirson <ydirson@altern.org> | |
Wed, 14 Mar 2007 21:08:41 +0000 (22:08 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Mar 2007 21:38:38 +0000 (14:38 -0700) |
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>
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>
Documentation/git-config.txt | patch | blob | history |
index 6624484fe1b0e50f8d32ad474da6455cf737e43a..ccb8b36f9a88678fc790f6dba73c23e7771b6613 100644 (file)
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.