]> git.neil.brown.name Git - git.git/commit
push: heed user.signingkey for signed pushes
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 22 Oct 2014 14:57:49 +0000 (16:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Oct 2014 17:50:05 +0000 (10:50 -0700)
commitb9459019bbb7b864cf59fa307953834996ab4dbe
tree29908d1a8bbe354c9151f215480e06ab6af3857f
parent6f5ef44e0d8933621fcd50127518557013002313
push: heed user.signingkey for signed pushes

push --signed promises to take user.signingkey as the signing key but
fails to read the config.

Make it do so.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/push.c
t/t5534-push-signed.sh