Preventing unsigned commit/merge/tag

2013-12-31 Thread shawn wilson
What's the best way of doing this? I'd prefer this be a pre hook on the server that rejects and the user has to rebase and fix their stuff. Though, if there's some way to make it easier for users not to mess up (other than an alias for everything which I'll probably do anyway) that would be

Re: Preventing unsigned commit/merge/tag

2013-12-31 Thread brian m. carlson
On Tue, Dec 31, 2013 at 12:49:01PM -0500, shawn wilson wrote: What's the best way of doing this? I'd prefer this be a pre hook on the server that rejects and the user has to rebase and fix their stuff. Though, if there's some way to make it easier for users not to mess up (other than an alias