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