@@ -1088,6 +1088,16 @@ clean.requireForce::
1088
1088
A boolean to make git-clean do nothing unless given -f,
1089
1089
-i or -n. Defaults to true.
1090
1090
1091
+ color.advice::
1092
+ A boolean to enable/disable color in hints (e.g. when a push
1093
+ failed, see `advice.*` for a list). May be set to `always`,
1094
+ `false` (or `never`) or `auto` (or `true`), in which case colors
1095
+ are used only when the error output goes to a terminal. If
1096
+ unset, then the value of `color.ui` is used (`auto` by default).
1097
+
1098
+ color.advice.hint::
1099
+ Use customized color for hints.
1100
+
1091
1101
color.branch::
1092
1102
A boolean to enable/disable color in the output of
1093
1103
linkgit:git-branch[1]. May be set to `always`,
@@ -1190,6 +1200,15 @@ color.pager::
1190
1200
A boolean to enable/disable colored output when the pager is in
1191
1201
use (default is true).
1192
1202
1203
+ color.push::
1204
+ A boolean to enable/disable color in push errors. May be set to
1205
+ `always`, `false` (or `never`) or `auto` (or `true`), in which
1206
+ case colors are used only when the error output goes to a terminal.
1207
+ If unset, then the value of `color.ui` is used (`auto` by default).
1208
+
1209
+ color.push.error::
1210
+ Use customized color for push errors.
1211
+
1193
1212
color.showBranch::
1194
1213
A boolean to enable/disable color in the output of
1195
1214
linkgit:git-show-branch[1]. May be set to `always`,
@@ -1218,6 +1237,15 @@ color.status.<slot>::
1218
1237
status short-format), or
1219
1238
`unmerged` (files which have unmerged changes).
1220
1239
1240
+ color.transport::
1241
+ A boolean to enable/disable color when pushes are rejected. May be
1242
+ set to `always`, `false` (or `never`) or `auto` (or `true`), in which
1243
+ case colors are used only when the error output goes to a terminal.
1244
+ If unset, then the value of `color.ui` is used (`auto` by default).
1245
+
1246
+ color.transport.rejected::
1247
+ Use customized color when a push was rejected.
1248
+
1221
1249
color.ui::
1222
1250
This variable determines the default value for variables such
1223
1251
as `color.diff` and `color.grep` that control the use of color
0 commit comments