completion: remove redundant __git_compute_all_commands() call
[gitweb.git] / contrib / completion / git-completion.bash
index 5944c824abe9aa4dee8b63b0e91a047125722b22..8b0d2b4a3d4359395eb3a46b573c90533fd8c6fd 100644 (file)
@@ -735,7 +735,6 @@ __git_list_porcelain_commands ()
 __git_porcelain_commands=
 __git_compute_porcelain_commands ()
 {
-       __git_compute_all_commands
        test -n "$__git_porcelain_commands" ||
        __git_porcelain_commands=$(__git_list_porcelain_commands)
 }