rerere: make rr-cache fanout directory honor umask
commitfd9563385f34c888408cf4f8683b1745ca2cf77a
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 23:27:49 +0000 (9 16:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2012 23:27:49 +0000 (9 16:27 -0700)
tree33344ed8dc5b3463aa456f79ece5eb1f773a8e5e
parent45d4fdc2dc74c657a9c2e95bf04aed539fdcb0a4
rerere: make rr-cache fanout directory honor umask

This is the last remaining call to mkdir(2) that restricts the permission
bits by passing 0755.  Just use the same mkdir_in_gitdir() used to create
the leaf directories.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.c