Re: Commit signing
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:42:49
Hi, On Mon, 15 Jan 2007, Andy Parkins wrote:
It is certainly true that signed commits /is/ a feature. And it's a feature that some people might want. If there isn't a technical argument against it, what does it matter? (Note: it doesn't matter enough to me that I would put the time in, I'm arguing in the abstract really - should features be kept out because they allow a development method we would find distasteful?)
You gave the answer yourself: until there is somebody who needs it, I guess it will not be there. Note that it would be relatively easy: I already gave the location where the hook should go (builtin-commit-tree.c, line 151), and you can see an example how to execute a hook in receive-pack.c, lines 67ff. Ciao, Dscho P.S.: Yes, I am encouraging you to implement it.