Skip to content

Commit 1b71eb3

Browse files
spearceJunio C Hamano
authored andcommitted
bash: Support --add completion to git-config.
We've recently added --add as an argument to git-config, but I missed putting it into the earlier round of git-config updates within the bash completion. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e459415 commit 1b71eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ _git_config ()
719719
__gitcomp "
720720
--global --list --replace-all
721721
--get --get-all --get-regexp
722-
--unset --unset-all
722+
--add --unset --unset-all
723723
"
724724
return
725725
;;

0 commit comments

Comments
 (0)