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: > > > https://public-inbox.org/git/pine.lnx.4.63.0611281

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

2018-02-05 Thread Junio C Hamano
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: https://public-inbox.org/git/pine.lnx.4.63.0611281426311.30...@wbgn013.biozentrum.uni-wuerzburg.de/ which

[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]: h