RE: Git-daemon messing up permissions for gitweb
From: Post, Mark K <hidden>
Date: 2016-06-15 22:42:29
Since umask isn't an environment variable, per se, I'm not sure how this will change anything. One other thing I noticed is that init-db.c spells core.sharedRepository with a capital R, but setup.c spells it "core.sharedrepository" with no upper case letters. Would this make any difference to anything I'm seeing? Mark Post -----Original Message----- From: Linus Torvalds [mailto:torvalds@osdl.org] Sent: Friday, June 09, 2006 4:44 PM To: Junio C Hamano Cc: git@vger.kernel.org; Post, Mark K Subject: Re: Git-daemon messing up permissions for gitweb On Fri, 9 Jun 2006, Junio C Hamano wrote:
But that should be tweakable by configuring what sshd does for the user, shouldn't it? The "LOGIN PROCESS" section from man sshd(8) seems to talk about $HOME/.ssh/environment, for example.
Yeah. That's probably the right place to set things up. Linus