Merge branch 'sg/complete-help-undup'
* sg/complete-help-undup: completion: remove 'help' duplicate from porcelain commands
This commit is contained in:
commit
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;;
|
||||
|
Loading…
Reference in New Issue
Block a user