Skip to content

Commit

Permalink
contrib/completion: complete git diff --merge-base
Browse files Browse the repository at this point in the history
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Denton-L authored and gitster committed Sep 21, 2020
1 parent 3d09c22 commit cce7d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Expand Up @@ -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 ()
Expand Down

0 comments on commit cce7d6e

Please sign in to comment.