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:
Junio C Hamano 2006-01-06 18:53:16 -08:00
Родитель 34c99da2a4
Коммит 476e801111
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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];