Skip to content

Commit 9debca9

Browse files
ydirsonJunio C Hamano
authored andcommitted
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>
1 parent 41f5d73 commit 9debca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ OPTIONS
7878
Remove the line matching the key from config file.
7979

8080
--unset-all::
81-
Remove all matching lines from config file.
81+
Remove all lines matching the key from config file.
8282

8383
-l, --list::
8484
List all variables set in config file.

0 commit comments

Comments
 (0)