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
> > ---
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
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
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
4 matches
Mail list logo