Re: [git-users] Git objects and user permissions

2014-10-24 Thread Jon Zeolla
Nevermind I guess the sticky bit trickles down throughout the whole directory structure. On Friday, October 24, 2014 2:31:15 PM UTC-4, Jon Zeolla wrote: > > My concern with commit-only permission restrictions are that I would need > to allow the ability for everyone who ca

Re: [git-users] Git objects and user permissions

2014-10-24 Thread Jon Zeolla
ments/{production,development}/index. Thoughts? On Friday, October 24, 2014 3:41:25 AM UTC-4, Magnus Therning wrote: > > On Thu, Oct 23, 2014 at 12:30:09PM -0700, Jon Zeolla wrote: > > Hi Konstantin, > > > > I apologize - it appears that all of the objects in this di

Re: [git-users] Git objects and user permissions

2014-10-23 Thread Jon Zeolla
, Konstantin Khomoutov wrote: > > On Wed, 22 Oct 2014 09:23:18 -0700 (PDT) > Jon Zeolla > wrote: > > > I have some pretty stringent permissions in git (via posix extended > > file attributes), as we attempt to delegate access to pushing certain > > director

[git-users] Permission delegation within Git

2014-10-22 Thread Jon Zeolla
Hello, I have a git environment where there are two basic groupings of individuals, Engineering and Operations. For this example, we will assume that Engineering has rwX extended file permissions to everything. In doing testing with the Operations team to allow them to edit and push certain

[git-users] Git objects and user permissions

2014-10-22 Thread Jon Zeolla
Hi, I have some pretty stringent permissions in git (via posix extended file attributes), as we attempt to delegate access to pushing certain directory structures to certain groups of individuals within our team. We had an issue the other day where a user tried to push ("git push live") but