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>
maint
Junio C Hamano 2006-01-06 18:53:16 -08:00
parent 34c99da2a4
commit 476e801111
1 changed files with 2 additions and 0 deletions

View File

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