Skip to content

Commit

Permalink
Merge branch 'sg/complete-help-undup'
Browse files Browse the repository at this point in the history
* sg/complete-help-undup:
  completion: remove 'help' duplicate from porcelain commands
  • Loading branch information
Junio C Hamano committed Nov 26, 2012
2 parents f9b329a + 585b96b commit 09b61b5
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 @@ -585,7 +585,7 @@ __git_list_porcelain_commands ()
{
local i IFS=" "$'\n'
__git_compute_all_commands
for i in "help" $__git_all_commands
for i in $__git_all_commands
do
case $i in
*--*) : helper pattern;;
Expand Down

0 comments on commit 09b61b5

Please sign in to comment.