1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-01 21:46:10 +02:00

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>
This commit is contained in:
Denton Liu 2020-09-20 04:22:27 -07:00 committed by Junio C Hamano
parent 3d09c22869
commit cce7d6ecfc

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 ()