[git-users] Re: User Restrictions....

2010-01-21 Thread Jeffrey
You might want to do this in the form of requiring signed-off-by lines. That'd be a relatively easy thing to check for in an update hook; sure, they're a little easier to fake than authorship information, but they permanently record the information. On Jan 21, 5:14 pm, Jeffda wrote: > Thanks for

[git-users] Re: User Restrictions....

2010-01-21 Thread Jeffda
Thanks for the replies/ideas. I think I'll stick with your idea, Jacob, unless someone has an even more secure solution that's simpler than creating a wrapper. Creating a wrapper is a good idea, I just don't know how to, and I don't have time to figure out how to create one. Thanks again. -- You

Re: [git-users] User Restrictions....

2010-01-21 Thread Jacob Helwig
On Thu, Jan 21, 2010 at 11:23, Jeffda wrote: > Is it possible to allow commit, or patch apply, permissions for a > user, but only if they aren't the ones that made the modification? For > instance, if someone submits a patch to the user, the user will be > able to apply the patch; however, if the

[git-users] Re: User Restrictions....

2010-01-21 Thread Konstantin Khomoutov
On Jan 21, 10:23 pm, Jeffda wrote: > Is it possible to allow commit, or patch apply, permissions for a > user, but only if they aren't the ones that made the modification? For > instance, if someone submits a patch to the user, the user will be > able to apply the patch; however, if the user crea

Re: [git-users] User Restrictions....

2010-01-21 Thread Petr Baudis
On Thu, Jan 21, 2010 at 11:23:13AM -0800, Jeffda wrote: > Is it possible to allow commit, or patch apply, permissions for a > user, but only if they aren't the ones that made the modification? For > instance, if someone submits a patch to the user, the user will be > able to apply the patch; howeve

[git-users] User Restrictions....

2010-01-21 Thread Jeffda
Is it possible to allow commit, or patch apply, permissions for a user, but only if they aren't the ones that made the modification? For instance, if someone submits a patch to the user, the user will be able to apply the patch; however, if the user creates a patch, the user shouldn't have the abil