]> git.ipfire.org Git - thirdparty/git.git/commit - entry.c
[PATCH] Let umask do its work upon filesystem object creation.
authorJunio C Hamano <junkio@cox.net>
Wed, 6 Jul 2005 08:21:46 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 17:39:59 +0000 (10:39 -0700)
commitf312de018b48853d166040908b0ba2bf666e26c1
treea1863bec8ca2a728502562baf933527e10b93609
parentb2cb94254be7bf8b44c851897dd29a00ce654e3c
[PATCH] Let umask do its work upon filesystem object creation.

IIRC our strategy was to let the users' umask take care of the
final mode bits.  This patch fixes places that deviate from it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
apply.c
csum-file.c
entry.c
init-db.c
receive-pack.c