[PATCH] Add the commit.gpgsign option to sign all commits

2013-11-06 Thread Nicolas Vigier
If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. Signed-off-by: Nicolas Vigier bo...@mars-attacks.org --- The option description now suggests using an agent. Documentation/config.txt

Re: [PATCH] Add the commit.gpgsign option to sign all commits

2013-11-05 Thread Nicolas Vigier
On Mon, 04 Nov 2013, Junio C Hamano wrote: Nicolas Vigier bo...@mars-attacks.org writes: If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. I'm somewhat horrified to imagine

Re: [PATCH] Add the commit.gpgsign option to sign all commits

2013-11-05 Thread Junio C Hamano
Nicolas Vigier bo...@mars-attacks.org writes: If the problem is users having to type their passphrase to sign each commit, we can suggest using an agent in the option description: Yeah, that is probably a good idea. -- To unsubscribe from this list: send the line unsubscribe git in the body of

[PATCH] Add the commit.gpgsign option to sign all commits

2013-11-04 Thread Nicolas Vigier
If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. Signed-off-by: Nicolas Vigier bo...@mars-attacks.org --- Documentation/config.txt | 3 +++ builtin/commit-tree.c| 7 ++-

Re: [PATCH] Add the commit.gpgsign option to sign all commits

2013-11-04 Thread Junio C Hamano
Nicolas Vigier bo...@mars-attacks.org writes: If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. I'm somewhat horrified to imagine the end-user experience this feature adds to the

Re: [PATCH] Add the commit.gpgsign option to sign all commits

2013-11-04 Thread brian m. carlson
On Mon, Nov 04, 2013 at 03:43:37PM -0800, Junio C Hamano wrote: Nicolas Vigier bo...@mars-attacks.org writes: If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. I'm somewhat

Re: [PATCH] Add the commit.gpgsign option to sign all commits

2013-11-04 Thread Nicolas Vigier
On Mon, 04 Nov 2013, Junio C Hamano wrote: Nicolas Vigier bo...@mars-attacks.org writes: If you want to GPG sign all your commits, you have to add the -S option all the time. The commit.gpgsign config option allows to sign all commits automatically. I'm somewhat horrified to imagine