diff options
Diffstat (limited to 'builtin/push.c')
| -rw-r--r-- | builtin/push.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/push.c b/builtin/push.c index d0794b7b30..5b6cebbb85 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -27,7 +27,7 @@ static const char * const push_usage[] = {  	NULL,  }; -static int push_use_color = -1; +static enum git_colorbool push_use_color = GIT_COLOR_UNKNOWN;  static char push_colors[][COLOR_MAXLEN] = {  	GIT_COLOR_RESET,  	GIT_COLOR_RED,	/* ERROR */  | 
