contrib/completion: complete `git diff --merge-base`

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Denton Liu 2020-09-20 04:22:27 -07:00 committed by Junio C Hamano
parent 3d09c22869
commit cce7d6ecfc
1 changed files with 1 additions and 1 deletions

View File

@ -1692,7 +1692,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
"

__git_diff_difftool_options="--cached --staged --pickaxe-all --pickaxe-regex
--base --ours --theirs --no-index --relative
--base --ours --theirs --no-index --relative --merge-base
$__git_diff_common_options"

_git_diff ()