Skip to content

Commit 55245d6

Browse files
phil-blaingitster
authored andcommitted
completion: complete --remerge-diff
--remerge-diff only makes sense for 'git log' and 'git show', so add it to __git_log_show_options which is referenced in the completion for these two commands. Signed-off-by: Philippe Blain <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 98aaeb2 commit 55245d6

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
@@ -2042,7 +2042,7 @@ __git_log_shortlog_options="
20422042
"
20432043
# Options accepted by log and show
20442044
__git_log_show_options="
2045-
--diff-merges --diff-merges= --no-diff-merges
2045+
--diff-merges --diff-merges= --no-diff-merges --remerge-diff
20462046
"
20472047

20482048
__git_diff_merges_opts="off none on first-parent 1 separate m combined c dense-combined cc remerge r"

0 commit comments

Comments
 (0)