Skip to content

Commit

Permalink
bash: Support --add completion to git-config.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shawn O. Pearce authored and Junio C Hamano committed Feb 5, 2007
1 parent e459415 commit 1b71eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ _git_config ()
__gitcomp "
--global --list --replace-all
--get --get-all --get-regexp
--unset --unset-all
--add --unset --unset-all
"
return
;;
Expand Down

0 comments on commit 1b71eb3

Please sign in to comment.