Skip to content

Commit cce7d6e

Browse files
Denton-Lgitster
authored andcommitted
contrib/completion: complete git diff --merge-base
Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d09c22 commit cce7d6e

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
@@ -1692,7 +1692,7 @@ __git_diff_common_options="--stat --numstat --shortstat --summary
16921692
"
16931693

16941694
__git_diff_difftool_options="--cached --staged --pickaxe-all --pickaxe-regex
1695-
--base --ours --theirs --no-index --relative
1695+
--base --ours --theirs --no-index --relative --merge-base
16961696
$__git_diff_common_options"
16971697

16981698
_git_diff ()

0 commit comments

Comments
 (0)