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 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 majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html