@@ -359,8 +359,8 @@ clean.requireForce::
359359
360360color.branch::
361361 A boolean to enable/disable color in the output of
362- gitlink:git-branch[1]. May be set to `true` (or ` always`) ,
363- `false` (or `never`) or `auto`, in which case colors are used
362+ gitlink:git-branch[1]. May be set to `always`,
363+ `false` (or `never`) or `auto` (or `true`) , in which case colors are used
364364 only when the output is to a terminal. Defaults to false.
365365
366366color.branch.<slot>::
@@ -378,9 +378,9 @@ second is the background. The position of the attribute, if any,
378378doesn't matter.
379379
380380color.diff::
381- When true (or `always`) , always use colors in patch.
382- When false (or `never`), never. When set to `auto`, use
383- colors only when the output is to the terminal.
381+ When set to `always`, always use colors in patch.
382+ When false (or `never`), never. When set to `true` or ` auto`, use
383+ colors only when the output is to the terminal. Defaults to false.
384384
385385color.diff.<slot>::
386386 Use customized color for diff colorization. `<slot>` specifies
@@ -397,8 +397,8 @@ color.pager::
397397
398398color.status::
399399 A boolean to enable/disable color in the output of
400- gitlink:git-status[1]. May be set to `true` (or ` always`) ,
401- `false` (or `never`) or `auto`, in which case colors are used
400+ gitlink:git-status[1]. May be set to `always`,
401+ `false` (or `never`) or `auto` (or `true`) , in which case colors are used
402402 only when the output is to a terminal. Defaults to false.
403403
404404color.status.<slot>::
0 commit comments