diff options
author | Eric Raible <raible@gmail.com> | 2008-07-07 13:41:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-08 16:51:33 -0700 |
commit | 50e6102504cb211b6fe6224e67a9ed982efeb02f (patch) | |
tree | b01e1ad176661af5cec556631f21146d860f93ab /contrib/completion | |
parent | install-doc-quick - use git --exec-path to find git-sh-setup (diff) | |
download | tgif-50e6102504cb211b6fe6224e67a9ed982efeb02f.tar.xz |
completion: add branch options --contains --merged --no-merged
Signed-off-by: Eric Raible <raible@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index d54aa8d62c..cc75ad7ccd 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -546,7 +546,7 @@ _git_branch () --*) __gitcomp " --color --no-color --verbose --abbrev= --no-abbrev - --track --no-track + --track --no-track --contains --merged --no-merged " ;; *) |