]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'sb/push-options-via-transport'
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 20:54:19 +0000 (12:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Feb 2017 20:54:19 +0000 (12:54 -0800)
commitca3c2b85d1b081380f3768fa08ca84e7dd7ffa89
tree288b680cea43912fe62dc1910ab76a50d43182f0
parent3f4ccb5a579740382fa7685e6d1a00d157b44387
parent438fc68462d5839ef6ca231cdcb411105eaf0ba2
Merge branch 'sb/push-options-via-transport'

The push-options given via the "--push-options" option were not
passed through to external remote helpers such as "smart HTTP" that
are invoked via the transport helper.

* sb/push-options-via-transport:
  push options: pass push options to the transport helper