зеркало из https://github.com/microsoft/git.git
unpack-objects: default to quiet if stderr is not a tty.
This would help cron/at jobs that run send-pack to mirror repositories. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
34c99da2a4
Коммит
476e801111
|
@ -269,6 +269,8 @@ int main(int argc, char **argv)
|
|||
|
||||
setup_git_directory();
|
||||
|
||||
quiet = !isatty(2);
|
||||
|
||||
for (i = 1 ; i < argc; i++) {
|
||||
const char *arg = argv[i];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче