Skip to content

Commit dace5dd

Browse files
committed
Merge branch 'maint'
* maint: bash: don't offer remote transport helpers as subcommands
2 parents 00f09d0 + 63d04a7 commit dace5dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ __git_list_porcelain_commands ()
568568
read-tree) : plumbing;;
569569
receive-pack) : plumbing;;
570570
reflog) : plumbing;;
571+
remote-*) : transport;;
571572
repo-config) : deprecated;;
572573
rerere) : plumbing;;
573574
rev-list) : plumbing;;

0 commit comments

Comments
 (0)