Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  bash: don't offer remote transport helpers as subcommands
  • Loading branch information
Junio C Hamano committed Jan 28, 2010
2 parents 00f09d0 + 63d04a7 commit dace5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ __git_list_porcelain_commands ()
read-tree) : plumbing;;
receive-pack) : plumbing;;
reflog) : plumbing;;
remote-*) : transport;;
repo-config) : deprecated;;
rerere) : plumbing;;
rev-list) : plumbing;;
Expand Down

0 comments on commit dace5dd

Please sign in to comment.