Re: [PATCH] commit: add commit.signoff config option
From: Alexander Kuleshov <hidden>
Date: 2016-06-15 23:05:31
From: Alexander Kuleshov <hidden>
Date: 2016-06-15 23:05:31
On 06/25, cmarcelo@gmail.com wrote:
From: Caio Marcelo de Oliveira Filho <redacted> In projects that use Signed-off-by, it's convenient to include that line in the commit by default. The commit.signoff config option allows to add that line in all commits automatically. Document that this config option can be overriden by using --no-signoff.
Hello, also would be great to have bash completion for the --no-signoff Thank you.