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.
1 parent 5cd12b8 commit 901d615Copy full SHA for 901d615
contrib/completion/git-completion.bash
@@ -1196,10 +1196,14 @@ _git_config ()
1196
__gitcomp "$(__git_merge_strategies)"
1197
return
1198
;;
1199
- color.branch|color.diff|color.status)
+ color.branch|color.diff|color.interactive|color.status|color.ui)
1200
__gitcomp "always never auto"
1201
1202
1203
+ color.pager)
1204
+ __gitcomp "false true"
1205
+ return
1206
+ ;;
1207
color.*.*)
1208
__gitcomp "
1209
normal black red green yellow blue magenta cyan white
0 commit comments