* verify signature hook
@ 2013-04-29 16:32 shawn wilson
2013-04-29 16:42 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: shawn wilson @ 2013-04-29 16:32 UTC (permalink / raw)
To: git
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: verify signature hook
2013-04-29 16:32 verify signature hook shawn wilson
@ 2013-04-29 16:42 ` Junio C Hamano
[not found] ` <CAH_OBifz0k-mNw2fkzkSKozDTuaWMYX=vJD1U8aOdJuU4kMKRA@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2013-04-29 16:42 UTC (permalink / raw)
To: shawn wilson; +Cc: git
shawn wilson <ag4ve.us@gmail.com> 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: verify signature hook
[not found] ` <CAH_OBifz0k-mNw2fkzkSKozDTuaWMYX=vJD1U8aOdJuU4kMKRA@mail.gmail.com>
@ 2013-04-30 11:54 ` shawn wilson
0 siblings, 0 replies; 3+ messages in thread
From: shawn wilson @ 2013-04-30 11:54 UTC (permalink / raw)
Cc: git
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 <ag4ve.us@gmail.com> wrote:
>
> On Apr 29, 2013 12:42 PM, "Junio C Hamano" <gitster@pobox.com> wrote:
>>
>> shawn wilson <ag4ve.us@gmail.com> 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.
>
> I was thinking of adding it to a post hook I've got that emails a report
> but
> I'm not opposed to just stopping it from happening.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-30 11:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 16:32 verify signature hook shawn wilson
2013-04-29 16:42 ` Junio C Hamano
[not found] ` <CAH_OBifz0k-mNw2fkzkSKozDTuaWMYX=vJD1U8aOdJuU4kMKRA@mail.gmail.com>
2013-04-30 11:54 ` shawn wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).