Skip to content

Commit

Permalink
Clarify doc for git-config --unset-all.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yann Dirson authored and Junio C Hamano committed Mar 14, 2007
1 parent 41f5d73 commit 9debca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9debca9

Please sign in to comment.