Re: [GSoC][PATCH] commit: add a commit.signOff config variable

2018-02-05 Thread Chen Jingpiao
On 02/05 01:50, Stefan Beller wrote: > On Sat, Feb 3, 2018 at 6:03 PM, Chen Jingpiao wrote: > > Add the commit.signOff configuration variable to use the -s or --signoff > > option of git commit by default. > > > > Signed-off-by: Chen Jingpiao > > ---

Re: [GSoC][PATCH v2] commit: add a commit.signOff config variable

2018-02-05 Thread Chen Jingpiao
On 02/05 11:22, Junio C Hamano wrote: > Chen Jingpiao writes: > > > Add the commit.signOff configuration variable to use the -s or --signoff > > option of git commit by default. > > This is a rather old topic. Here is one from 2006: > > > http

[GSoC][PATCH v2] commit: add a commit.signOff config variable

2018-02-05 Thread Chen Jingpiao
Add the commit.signOff configuration variable to use the -s or --signoff option of git commit by default. Convenience for those who prefer to add Signed-off-by line by the committer instead of using format.signOff variable. Signed-off-by: Chen Jingpiao --- Previous version of the patch: [v1

[GSoC][PATCH] commit: add a commit.signOff config variable

2018-02-03 Thread Chen Jingpiao
Add the commit.signOff configuration variable to use the -s or --signoff option of git commit by default. Signed-off-by: Chen Jingpiao --- Though we can configure signoff using format.signOff variable. Someone like to add Signed-off-by line by the committer. Documentation/config.txt | 4