Merge branch 'jk/push-options-via-transport-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 23:41:13 +0000 (15:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Feb 2018 23:41:13 +0000 (15:41 -0800)
commita037cbfa2bc71e2cf312a13775fda01d7376bba1
tree4dc7722bab775d5247c67b2ce2ab0307f55ff21b
parent499d7c4f91e5700f33c95ad15c0324d852af466c
parent90dce21eb0fcf28096e661a3dd3b4e93fa0bccb5
Merge branch 'jk/push-options-via-transport-fix' into next

"git push" over http transport did not unquote the push-options
correctly.

* jk/push-options-via-transport-fix:
  remote-curl: unquote incoming push-options
  t5545: factor out http repository setup
remote-curl.c