completion: complete merge-base options
Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a25014bc4c
commit
85453fd1e3
@ -1499,6 +1499,12 @@ _git_mergetool ()
|
|||||||
|
|
||||||
_git_merge_base ()
|
_git_merge_base ()
|
||||||
{
|
{
|
||||||
|
case "$cur" in
|
||||||
|
--*)
|
||||||
|
__gitcomp "--octopus --independent --is-ancestor --fork-point"
|
||||||
|
return
|
||||||
|
;;
|
||||||
|
esac
|
||||||
__gitcomp_nl "$(__git_refs)"
|
__gitcomp_nl "$(__git_refs)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user