@@ -924,7 +924,8 @@ color.branch::
924
924
A boolean to enable/disable color in the output of
925
925
linkgit:git-branch[1]. May be set to `always`,
926
926
`false` (or `never`) or `auto` (or `true`), in which case colors are used
927
- only when the output is to a terminal. Defaults to false.
927
+ only when the output is to a terminal. If unset, then the
928
+ value of `color.ui` is used (`auto` by default).
928
929
929
930
color.branch.<slot>::
930
931
Use customized color for branch coloration. `<slot>` is one of
@@ -939,7 +940,8 @@ color.diff::
939
940
linkgit:git-log[1], and linkgit:git-show[1] will use color
940
941
for all patches. If it is set to `true` or `auto`, those
941
942
commands will only use color when output is to the terminal.
942
- Defaults to false.
943
+ If unset, then the value of `color.ui` is used (`auto` by
944
+ default).
943
945
+
944
946
This does not affect linkgit:git-format-patch[1] or the
945
947
'git-diff-{asterisk}' plumbing commands. Can be overridden on the
@@ -962,7 +964,8 @@ color.decorate.<slot>::
962
964
color.grep::
963
965
When set to `always`, always highlight matches. When `false` (or
964
966
`never`), never. When set to `true` or `auto`, use color only
965
- when the output is written to the terminal. Defaults to `false`.
967
+ when the output is written to the terminal. If unset, then the
968
+ value of `color.ui` is used (`auto` by default).
966
969
967
970
color.grep.<slot>::
968
971
Use customized color for grep colorization. `<slot>` specifies which
@@ -995,7 +998,8 @@ color.interactive::
995
998
and displays (such as those used by "git-add --interactive" and
996
999
"git-clean --interactive"). When false (or `never`), never.
997
1000
When set to `true` or `auto`, use colors only when the output is
998
- to the terminal. Defaults to false.
1001
+ to the terminal. If unset, then the value of `color.ui` is
1002
+ used (`auto` by default).
999
1003
1000
1004
color.interactive.<slot>::
1001
1005
Use customized color for 'git add --interactive' and 'git clean
@@ -1011,13 +1015,15 @@ color.showBranch::
1011
1015
A boolean to enable/disable color in the output of
1012
1016
linkgit:git-show-branch[1]. May be set to `always`,
1013
1017
`false` (or `never`) or `auto` (or `true`), in which case colors are used
1014
- only when the output is to a terminal. Defaults to false.
1018
+ only when the output is to a terminal. If unset, then the
1019
+ value of `color.ui` is used (`auto` by default).
1015
1020
1016
1021
color.status::
1017
1022
A boolean to enable/disable color in the output of
1018
1023
linkgit:git-status[1]. May be set to `always`,
1019
1024
`false` (or `never`) or `auto` (or `true`), in which case colors are used
1020
- only when the output is to a terminal. Defaults to false.
1025
+ only when the output is to a terminal. If unset, then the
1026
+ value of `color.ui` is used (`auto` by default).
1021
1027
1022
1028
color.status.<slot>::
1023
1029
Use customized color for status colorization. `<slot>` is
0 commit comments