@@ -953,7 +953,8 @@ color.branch::
953
953
A boolean to enable/disable color in the output of
954
954
linkgit:git-branch[1]. May be set to `always`,
955
955
`false` (or `never`) or `auto` (or `true`), in which case colors are used
956
- only when the output is to a terminal. Defaults to false.
956
+ only when the output is to a terminal. If unset, then the
957
+ value of `color.ui` is used (`auto` by default).
957
958
958
959
color.branch.<slot>::
959
960
Use customized color for branch coloration. `<slot>` is one of
@@ -968,7 +969,8 @@ color.diff::
968
969
linkgit:git-log[1], and linkgit:git-show[1] will use color
969
970
for all patches. If it is set to `true` or `auto`, those
970
971
commands will only use color when output is to the terminal.
971
- Defaults to false.
972
+ If unset, then the value of `color.ui` is used (`auto` by
973
+ default).
972
974
+
973
975
This does not affect linkgit:git-format-patch[1] or the
974
976
'git-diff-{asterisk}' plumbing commands. Can be overridden on the
@@ -991,7 +993,8 @@ color.decorate.<slot>::
991
993
color.grep::
992
994
When set to `always`, always highlight matches. When `false` (or
993
995
`never`), never. When set to `true` or `auto`, use color only
994
- when the output is written to the terminal. Defaults to `false`.
996
+ when the output is written to the terminal. If unset, then the
997
+ value of `color.ui` is used (`auto` by default).
995
998
996
999
color.grep.<slot>::
997
1000
Use customized color for grep colorization. `<slot>` specifies which
@@ -1024,7 +1027,8 @@ color.interactive::
1024
1027
and displays (such as those used by "git-add --interactive" and
1025
1028
"git-clean --interactive"). When false (or `never`), never.
1026
1029
When set to `true` or `auto`, use colors only when the output is
1027
- to the terminal. Defaults to false.
1030
+ to the terminal. If unset, then the value of `color.ui` is
1031
+ used (`auto` by default).
1028
1032
1029
1033
color.interactive.<slot>::
1030
1034
Use customized color for 'git add --interactive' and 'git clean
@@ -1040,13 +1044,15 @@ color.showBranch::
1040
1044
A boolean to enable/disable color in the output of
1041
1045
linkgit:git-show-branch[1]. May be set to `always`,
1042
1046
`false` (or `never`) or `auto` (or `true`), in which case colors are used
1043
- only when the output is to a terminal. Defaults to false.
1047
+ only when the output is to a terminal. If unset, then the
1048
+ value of `color.ui` is used (`auto` by default).
1044
1049
1045
1050
color.status::
1046
1051
A boolean to enable/disable color in the output of
1047
1052
linkgit:git-status[1]. May be set to `always`,
1048
1053
`false` (or `never`) or `auto` (or `true`), in which case colors are used
1049
- only when the output is to a terminal. Defaults to false.
1054
+ only when the output is to a terminal. If unset, then the
1055
+ value of `color.ui` is used (`auto` by default).
1050
1056
1051
1057
color.status.<slot>::
1052
1058
Use customized color for status colorization. `<slot>` is
0 commit comments