1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 06:47:52 +01:00

Merge branch 'maint'

* maint:
  bash: don't offer remote transport helpers as subcommands
This commit is contained in:
Junio C Hamano 2010-01-28 14:33:33 -08:00
commit dace5dd141

View file

@ -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;;