completion: complete --remerge-diff
commit55245d669a6c427efd9f7c1782105bea4e97a431
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Mon, 26 Jun 2023 16:24:47 +0000 (26 16:24 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jun 2023 16:40:14 +0000 (26 09:40 -0700)
tree8dbbaccbc48c74447cb8f7be8c33bba84fceba28
parent98aaeb2f775949faac4840ba90b10d8cc328a71b
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 <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash