We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ffaf583 + 688b87c commit 807de33Copy full SHA for 807de33
contrib/completion/git-completion.bash
@@ -2907,6 +2907,14 @@ _git_show ()
2907
__gitcomp "$__git_diff_submodule_formats" "" "${cur##--submodule=}"
2908
return
2909
;;
2910
+ --color-moved=*)
2911
+ __gitcomp "$__git_color_moved_opts" "" "${cur##--color-moved=}"
2912
+ return
2913
+ ;;
2914
+ --color-moved-ws=*)
2915
+ __gitcomp "$__git_color_moved_ws_opts" "" "${cur##--color-moved-ws=}"
2916
2917
2918
--*)
2919
__gitcomp "--pretty= --format= --abbrev-commit --no-abbrev-commit
2920
--oneline --show-signature --patch
0 commit comments