]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/send-pack-honor-config'
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2018 19:53:30 +0000 (12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Jun 2018 19:53:30 +0000 (12:53 -0700)
commit8d3661d5b1c7ca698a863625a05888c66004d3c1
treeecc46b64feae1cd7b95a0d0987d09bd10c2a5a73
parent92e1bbc33472d5389d5933f39d37da58e7e03053
parentd067d9888778ae17aae8280c1b662b29c3490bad
Merge branch 'ms/send-pack-honor-config'

"git send-pack --signed" (hence "git push --signed" over the http
transport) did not read user ident from the config mechanism to
determine whom to sign the push certificate as, which has been
corrected.

* ms/send-pack-honor-config:
  builtin/send-pack: populate the default configs
builtin/send-pack.c