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:
commit
dace5dd141
1 changed files with 1 additions and 0 deletions
|
@ -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;;
|
||||
|
|
Loading…
Reference in a new issue