diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:33:16 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-12 19:33:16 -0700 |
commit | 647377c4c91064fc5001acddd5357467c0da6ef9 (patch) | |
tree | ef5ee52aaf3b2f0b8e070153b47b9248aa32eed5 /builtin-unpack-objects.c | |
parent | eb4541569d4fdfb1cbdf503cfbf433e63d79b663 (diff) | |
parent | 8e27364128b091e76059229d4f009bc7f869fa9f (diff) | |
download | git-647377c4c91064fc5001acddd5357467c0da6ef9.tar.gz |
Merge branch 'jc/pack-objects'
Diffstat (limited to 'builtin-unpack-objects.c')
-rw-r--r-- | builtin-unpack-objects.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin-unpack-objects.c b/builtin-unpack-objects.c index 09d264d9f2..63f4b8e45d 100644 --- a/builtin-unpack-objects.c +++ b/builtin-unpack-objects.c @@ -266,6 +266,8 @@ int cmd_unpack_objects(int argc, const char **argv, const char *prefix) int i; unsigned char sha1[20]; + git_config(git_default_config); + quiet = !isatty(2); for (i = 1 ; i < argc; i++) { |