summaryrefslogtreecommitdiff
path: root/builtin-send-pack.c
diff options
context:
space:
mode:
authorLibravatar Johan Herland <johan@herland.net>2009-03-26 16:16:47 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-03-27 22:10:58 -0700
commitfb8b193670b0c11d118185332efc899d6d01d5f4 (patch)
tree1d25d46394067edd7833aeb70e714ebcbe6389c7 /builtin-send-pack.c
parent"core.sharedrepository = 0mode" should set, not loosen (diff)
downloadtgif-fb8b193670b0c11d118185332efc899d6d01d5f4.tar.xz
Move chmod(foo, 0444) into move_temp_to_file()
When writing out a loose object or a pack (index), move_temp_to_file() is called to finalize the resulting file. These files (loose files and packs) should all have permission mode 0444 (modulo adjust_shared_perm()). Therefore, instead of doing chmod(foo, 0444) explicitly from each callsite (or even forgetting to chmod() at all), do the chmod() call from within move_temp_to_file(). Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-send-pack.c')
0 files changed, 0 insertions, 0 deletions