]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/push-options-via-transport-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Feb 2018 21:37:58 +0000 (13:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Feb 2018 21:37:58 +0000 (13:37 -0800)
commit69917e64396030bdd94e965e494d22ecb3caa6ca
treebc5530d483b9b19c98a2db9bc988013e186f24ae
parent09967278795fa0b36e7f1308c2063005a263d936
parent90dce21eb0fcf28096e661a3dd3b4e93fa0bccb5
Merge branch 'jk/push-options-via-transport-fix'

"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