Skip to content

Commit 4429d8b

Browse files
pcloudsgitster
authored andcommitted
completion: use __gitcomp_builtin in _git_merge_base
The new completion option is --all. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 640c325 commit 4429d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ _git_merge_base ()
17981798
{
17991799
case "$cur" in
18001800
--*)
1801-
__gitcomp "--octopus --independent --is-ancestor --fork-point"
1801+
__gitcomp_builtin merge-base
18021802
return
18031803
;;
18041804
esac

0 commit comments

Comments
 (0)