summaryrefslogtreecommitdiff
path: root/t/t1013/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e
diff options
context:
space:
mode:
authorLibravatar Alex Riesen <raa.lkml@gmail.com>2012-07-07 23:50:30 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-07-09 13:22:29 -0700
commit45d4fdc2dc74c657a9c2e95bf04aed539fdcb0a4 (patch)
tree2acaacf7d59eaea0ca6093dabe979250136122fd /t/t1013/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e
parentGit 1.7.9.7 (diff)
downloadtgif-45d4fdc2dc74c657a9c2e95bf04aed539fdcb0a4.tar.xz
Restore umasks influence on the permissions of work tree created by clone
The original version of the git-clone just used mkdir(1) to create the working directories. The version rewritten in C creates all directories inside the working tree by using the mode argument of 0777 when calling mkdir(2) to let the umask take effect. But the top-level directory of the working tree is created by passing the mode argument of 0755 to mkdir(2), which results in an overly tight restriction if the user wants to make directories group writable with a looser umask like 002. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1013/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e')
0 files changed, 0 insertions, 0 deletions