]> git.ipfire.org Git - thirdparty/git.git/commit - contrib/completion/git-completion.bash
completion: add show --color-moved[-ws]
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 14 Jul 2020 07:44:51 +0000 (09:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Jul 2020 20:51:09 +0000 (13:51 -0700)
commit688b87c81b3a16d4b22594ef48052ee5f29a35b8
tree7c14bcd050c559b592d3572d4c2d2a062beae7ff
parentbd42bbe1a46c0fe486fc33e82969275e27e4dc19
completion: add show --color-moved[-ws]

The completion for diff command was added in fd0bc175576 but
missed the show command which also supports --color-moved[-ws].

This suffers from the very same problem [1] as the referenced
commit: no comma-separated list completion for --color-moved-ws.

[1]: https://github.com/scop/bash-completion/issues/240

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash