]> git.ipfire.org Git - thirdparty/git.git/commit
Fix 'quickfix' on pack-objects.
authorJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 19:28:34 +0000 (12:28 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 22 Apr 2007 19:28:34 +0000 (12:28 -0700)
commitb6b32ccb927de0c631b1aaf27b1664bd4eb300c7
tree0f8a763b414f8c53eae2e4f1ef95796fc6d1a445
parentaef5aedd8536fddbbd2e19245dfab201d05afb25
Fix 'quickfix' on pack-objects.

The earlier quickfix forced world-readable permission bits.  This
updates it to honor umask and core.sharedrepository settings.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-objects.c