From: Junio C Hamano Date: Sun, 7 Mar 2010 20:47:14 +0000 (-0800) Subject: Merge branch 'mm/mkstemps-mode-for-packfiles' X-Git-Tag: v1.7.1-rc0~91 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=87912fd617fb24ebcaa1c3ec57178821db9d2980;p=git.git Merge branch 'mm/mkstemps-mode-for-packfiles' * mm/mkstemps-mode-for-packfiles: Use git_mkstemp_mode instead of plain mkstemp to create object files git_mkstemps_mode: don't set errno to EINVAL on exit. Use git_mkstemp_mode and xmkstemp_mode in odb_mkstemp, not chmod later. git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. Move gitmkstemps to path.c Add a testcase for ACL with restrictive umask. --- 87912fd617fb24ebcaa1c3ec57178821db9d2980