mirror of
https://github.com/git/git.git
synced 2024-12-01 05:54:16 +08:00
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>
This commit is contained in:
parent
dc0f705415
commit
50e6102504
@ -546,7 +546,7 @@ _git_branch ()
|
||||
--*)
|
||||
__gitcomp "
|
||||
--color --no-color --verbose --abbrev= --no-abbrev
|
||||
--track --no-track
|
||||
--track --no-track --contains --merged --no-merged
|
||||
"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user