X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fcompletion%2Fgit-completion.bash;h=91c7acbbb48516e34d2bfc34617e2efd75aaf2b1;hb=a7fab08b6e18b63c1fa6be5047205caa88766773;hp=a2965f7c6da087acc60b901befe2529a44446647;hpb=5639786f3017711d2e38d2a02714afd0c30d7a37;p=git.git diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index a2965f7c6..91c7acbbb 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1152,7 +1152,7 @@ _git_branch () __gitcomp " --color --no-color --verbose --abbrev= --no-abbrev --track --no-track --contains --merged --no-merged - --set-upstream --edit-description + --set-upstream --edit-description --list " ;; *)