Re: An option to sign the push by default

2015-08-13 Thread Dave Borowitz
On Sun, Aug 9, 2015 at 12:57 PM, Agostino Sarubbo a...@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

An option to sign the push by default

2015-08-09 Thread Agostino Sarubbo
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