From: Ralf Thielow Date: Wed, 15 Feb 2012 20:36:58 +0000 (+0100) Subject: completion: --list option for git-branch X-Git-Tag: v1.7.9.2~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a7fab08b6e18b63c1fa6be5047205caa88766773;hp=5639786f3017711d2e38d2a02714afd0c30d7a37;p=git.git completion: --list option for git-branch Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- 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 " ;; *)