зеркало из https://github.com/microsoft/git.git
Merge branch 'sg/complete-help-undup'
* sg/complete-help-undup: completion: remove 'help' duplicate from porcelain commands
This commit is contained in:
Коммит
09b61b5e8c
|
@ -585,7 +585,7 @@ __git_list_porcelain_commands ()
|
|||
{
|
||||
local i IFS=" "$'\n'
|
||||
__git_compute_all_commands
|
||||
for i in "help" $__git_all_commands
|
||||
for i in $__git_all_commands
|
||||
do
|
||||
case $i in
|
||||
*--*) : helper pattern;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче