Skip to content

Commit 5c38a1f

Browse files
committed
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
2 parents 465868a + 110062a commit 5c38a1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ __git_list_porcelain_commands ()
735735
__git_porcelain_commands=
736736
__git_compute_porcelain_commands ()
737737
{
738-
__git_compute_all_commands
739738
test -n "$__git_porcelain_commands" ||
740739
__git_porcelain_commands=$(__git_list_porcelain_commands)
741740
}

0 commit comments

Comments
 (0)