[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 --- The option description now suggests using an agent. Documentation/config.txt | 7 +++ builtin/co

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

2013-11-05 Thread Junio C Hamano
Nicolas Vigier 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 a message to major

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 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 e

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 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 im

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 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 e

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

2013-11-04 Thread Junio C Hamano
Nicolas Vigier 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 system; if one sets h

[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 --- Documentation/config.txt | 3 +++ builtin/commit-tree.c| 7 ++- builtin/commit.c | 4