@@ -1058,10 +1058,10 @@ clean.requireForce::
10581058
10591059color.branch::
10601060 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).
10651065
10661066color.branch.<slot>::
10671067 Use customized color for branch coloration. `<slot>` is one of
@@ -1072,11 +1072,12 @@ color.branch.<slot>::
10721072
10731073color.diff::
10741074 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],
10761076 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).
10801081+
10811082This does not affect linkgit:git-format-patch[1] or the
10821083'git-diff-{asterisk}' plumbing commands. Can be overridden on the
@@ -1140,12 +1141,12 @@ color.grep.<slot>::
11401141--
11411142
11421143color.interactive::
1143- When set to `true` or `auto`, use colors for interactive prompts
1144+ When set to `always`, always use colors for interactive prompts
11441145 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).
11491150
11501151color.interactive.<slot>::
11511152 Use customized color for 'git add --interactive' and 'git clean
@@ -1192,10 +1193,10 @@ color.ui::
11921193 configuration to set a default for the `--color` option. Set it
11931194 to `false` or `never` if you prefer Git commands not to use
11941195 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 .
11991200
12001201column.ui::
12011202 Specify whether supported commands should output in columns.
0 commit comments