Skip to content

Commit 09b61b5

Browse files
committed
Merge branch 'sg/complete-help-undup'
* sg/complete-help-undup: completion: remove 'help' duplicate from porcelain commands
2 parents f9b329a + 585b96b commit 09b61b5

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
@@ -585,7 +585,7 @@ __git_list_porcelain_commands ()
585585
{
586586
local i IFS=" "$'\n'
587587
__git_compute_all_commands
588-
for i in "help" $__git_all_commands
588+
for i in $__git_all_commands
589589
do
590590
case $i in
591591
*--*) : helper pattern;;

0 commit comments

Comments
 (0)