@@ -1058,10 +1058,10 @@ clean.requireForce::
1058
1058
1059
1059
color.branch::
1060
1060
A boolean to enable/disable color in the output of
1061
- linkgit:git-branch[1]. May be set to `false` (or `never`) to
1062
- disable color entirely, `auto` ( or `true` or `always`) in which
1063
- case colors are used only when the output is to a terminal. If
1064
- unset, then the value of `color.ui` is used (`auto` by default).
1061
+ linkgit:git-branch[1]. May be set to `always`,
1062
+ `false` (or `never`) or `auto` ( or `true`), in which case colors are used
1063
+ only when the output is to a terminal. If unset, then the
1064
+ value of `color.ui` is used (`auto` by default).
1065
1065
1066
1066
color.branch.<slot>::
1067
1067
Use customized color for branch coloration. `<slot>` is one of
@@ -1072,11 +1072,12 @@ color.branch.<slot>::
1072
1072
1073
1073
color.diff::
1074
1074
Whether to use ANSI escape sequences to add color to patches.
1075
- If this is set to `true` or `auto `, linkgit:git-diff[1],
1075
+ If this is set to `always `, linkgit:git-diff[1],
1076
1076
linkgit:git-log[1], and linkgit:git-show[1] will use color
1077
- when output is to the terminal. The value `always` is a
1078
- historical synonym for `auto`. If unset, then the value of
1079
- `color.ui` is used (`auto` by default).
1077
+ for all patches. If it is set to `true` or `auto`, those
1078
+ commands will only use color when output is to the terminal.
1079
+ If unset, then the value of `color.ui` is used (`auto` by
1080
+ default).
1080
1081
+
1081
1082
This does not affect linkgit:git-format-patch[1] or the
1082
1083
'git-diff-{asterisk}' plumbing commands. Can be overridden on the
@@ -1140,12 +1141,12 @@ color.grep.<slot>::
1140
1141
--
1141
1142
1142
1143
color.interactive::
1143
- When set to `true` or `auto`, use colors for interactive prompts
1144
+ When set to `always`, always use colors for interactive prompts
1144
1145
and displays (such as those used by "git-add --interactive" and
1145
- "git-clean --interactive") when the output is to the terminal .
1146
- When false ( or `never`), never show colors. The value `always`
1147
- is a historical synonym for `auto`. If unset, then the value of
1148
- `color.ui` is used (`auto` by default).
1146
+ "git-clean --interactive"). When false (or `never`), never .
1147
+ When set to `true` or `auto`, use colors only when the output is
1148
+ to the terminal. If unset, then the value of `color.ui` is
1149
+ used (`auto` by default).
1149
1150
1150
1151
color.interactive.<slot>::
1151
1152
Use customized color for 'git add --interactive' and 'git clean
@@ -1192,10 +1193,10 @@ color.ui::
1192
1193
configuration to set a default for the `--color` option. Set it
1193
1194
to `false` or `never` if you prefer Git commands not to use
1194
1195
color unless enabled explicitly with some other configuration
1195
- or the `--color` option. Set it to `true` or `auto` to enable
1196
- color when output is written to the terminal (this is also the
1197
- default since Git 1.8.4). The value `always` is a historical
1198
- synonym for `auto` .
1196
+ or the `--color` option. Set it to `always` if you want all
1197
+ output not intended for machine consumption to use color, to
1198
+ `true` or `auto` (this is the default since Git 1.8.4) if you
1199
+ want such output to use color when written to the terminal .
1199
1200
1200
1201
column.ui::
1201
1202
Specify whether supported commands should output in columns.
0 commit comments