Re: verify signature hook

2013-04-30 Thread shawn wilson
Apparently GMail for Android only sends HTML encoded emails (and the list rightly rejected it). On Mon, Apr 29, 2013 at 4:31 PM, shawn wilson wrote: > > On Apr 29, 2013 12:42 PM, "Junio C Hamano" wrote: >> >> shawn wilson writes: >> >> > How do I complain when a commit/merge/tag/etc aren't sign

Re: verify signature hook

2013-04-29 Thread Junio C Hamano
shawn wilson writes: > How do I complain when a commit/merge/tag/etc aren't signed? At which point? A natural place would be to detect this just before accepting a suspicious history being pushed in pre-receive hook, I think. -- To unsubscribe from this list: send the line "unsubscribe git" in

verify signature hook

2013-04-29 Thread shawn wilson
How do I complain when a commit/merge/tag/etc aren't signed? Ie, everything should be signed and I'd like a hook that complains loudly if something isn't signed (or if a signature isn't verifiable). Also, how do I default to signing everything? -- To unsubscribe from this list: send the line "unsu