git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* An option to sign the push by default
@ 2015-08-09 16:57 Agostino Sarubbo
  2015-08-13 19:02 ` Dave Borowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Agostino Sarubbo @ 2015-08-09 16:57 UTC (permalink / raw)
  To: git

Hello folks,

during the configuration of git, client side, to sign all commit I used:

git config --global commit.gpgsign "1"


Since at push time I use:

git push --signed

I'm wondering if there is a git config option which put something in the 
config file and avoid to type --signed.

If there isn't this feature, I'd like to know if it is a reasonable feature 
request.

Thanks in advance.


-- 
Agostino Sarubbo
Gentoo Linux Developer

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: An option to sign the push by default
  2015-08-09 16:57 An option to sign the push by default Agostino Sarubbo
@ 2015-08-13 19:02 ` Dave Borowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Borowitz @ 2015-08-13 19:02 UTC (permalink / raw)
  To: Agostino Sarubbo; +Cc: git

On Sun, Aug 9, 2015 at 12:57 PM, Agostino Sarubbo <ago@gentoo.org> wrote:
> Hello folks,
>
> during the configuration of git, client side, to sign all commit I used:
>
> git config --global commit.gpgsign "1"
>
>
> Since at push time I use:
>
> git push --signed
>
> I'm wondering if there is a git config option which put something in the
> config file and avoid to type --signed.

I agree this would be useful, and that's why I just implemented it today :)

> If there isn't this feature, I'd like to know if it is a reasonable feature
> request.
>
> Thanks in advance.
>
>
> --
> Agostino Sarubbo
> Gentoo Linux Developer
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-13 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-09 16:57 An option to sign the push by default Agostino Sarubbo
2015-08-13 19:02 ` Dave Borowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).