Re: [PATCH 1/1] commit: add signoff config variable

2019-08-03 Thread Liam Beguin
Hi, Sorry for sending this without checking the archives before... I understand why this would not be such a good idea given the legal meaning attached to it. Thanks, Liam On Sat, Aug 3, 2019 at 5:12 PM brian m. carlson wrote: > > On 2019-08-03 at 19:34:36, Liam Beguin wrote: > > Add a configur

Re: [PATCH 1/1] commit: add signoff config variable

2019-08-03 Thread brian m. carlson
On 2019-08-03 at 19:34:36, Liam Beguin wrote: > Add a configuration variable, based on format.signoff, to automatically > signoff commit messages. > > Signed-off-by: Liam Beguin This has been proposed several times. It may be interesting to look through the history of the list and examine why it

[PATCH 1/1] commit: add signoff config variable

2019-08-03 Thread Liam Beguin
Add a configuration variable, based on format.signoff, to automatically signoff commit messages. Signed-off-by: Liam Beguin --- Documentation/config/commit.txt | 7 +++ builtin/commit.c| 4 2 files changed, 11 insertions(+) diff --git a/Documentation/config/commit.txt b