зеркало из https://github.com/microsoft/git.git
Disable color detection during format-patch
Signed-off-by: Ryan Anderson <ryan@michonline.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
135a522e3f
Коммит
f3aafa4db2
|
@ -105,6 +105,9 @@ static int git_format_config(const char *var, const char *value)
|
|||
strcat(extra_headers, value);
|
||||
return 0;
|
||||
}
|
||||
if (!strcmp(var, "diff.color")) {
|
||||
return 0;
|
||||
}
|
||||
return git_diff_config(var, value);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче