Merge branch 'sg/completion-no-redundant-all-command-list'
Code simplification. * sg/completion-no-redundant-all-command-list: completion: remove redundant __git_compute_all_commands() call
This commit is contained in:
@ -735,7 +735,6 @@ __git_list_porcelain_commands ()
|
|||||||
__git_porcelain_commands=
|
__git_porcelain_commands=
|
||||||
__git_compute_porcelain_commands ()
|
__git_compute_porcelain_commands ()
|
||||||
{
|
{
|
||||||
__git_compute_all_commands
|
|
||||||
test -n "$__git_porcelain_commands" ||
|
test -n "$__git_porcelain_commands" ||
|
||||||
__git_porcelain_commands=$(__git_list_porcelain_commands)
|
__git_porcelain_commands=$(__git_list_porcelain_commands)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user