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>
This commit is contained in:
parent
41f5d73391
commit
9debca9aac
@ -78,7 +78,7 @@ OPTIONS
|
|||||||
Remove the line matching the key from config file.
|
Remove the line matching the key from config file.
|
||||||
|
|
||||||
--unset-all::
|
--unset-all::
|
||||||
Remove all matching lines from config file.
|
Remove all lines matching the key from config file.
|
||||||
|
|
||||||
-l, --list::
|
-l, --list::
|
||||||
List all variables set in config file.
|
List all variables set in config file.
|
||||||
|
Loading…
Reference in New Issue
Block a user