Merge branch 'maint'
* maint: bash: don't offer remote transport helpers as subcommands
This commit is contained in:
commit
dace5dd141
@ -568,6 +568,7 @@ __git_list_porcelain_commands ()
|
|||||||
read-tree) : plumbing;;
|
read-tree) : plumbing;;
|
||||||
receive-pack) : plumbing;;
|
receive-pack) : plumbing;;
|
||||||
reflog) : plumbing;;
|
reflog) : plumbing;;
|
||||||
|
remote-*) : transport;;
|
||||||
repo-config) : deprecated;;
|
repo-config) : deprecated;;
|
||||||
rerere) : plumbing;;
|
rerere) : plumbing;;
|
||||||
rev-list) : plumbing;;
|
rev-list) : plumbing;;
|
||||||
|
Loading…
Reference in New Issue
Block a user