diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-01-07 21:32:48 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-01-07 21:32:48 -0800 |
| commit | 8fc11b5aa98540f7caab87e22e5aae63512893a2 (patch) | |
| tree | 42cc20556d8b4766d9a0adbcc2e32de22b9fc6c9 /unpack-objects.c | |
| parent | GIT 1.0.7 (diff) | |
| parent | mailsplit: allow empty input from stdin (diff) | |
| download | git-1.0.8.tar.gz git-1.0.8.zip | |
GIT 1.0.8v1.0.8
Diffstat (limited to 'unpack-objects.c')
| -rw-r--r-- | unpack-objects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unpack-objects.c b/unpack-objects.c index 5c5cb12f6f..4b5b5cb3e2 100644 --- a/unpack-objects.c +++ b/unpack-objects.c @@ -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]; |
