Merge branch 'sb/push-options'
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Aug 2016 22:10:24 +0000 (15:10 -0700)
commitcf27c7996e986395a05c0056684923195295fd14
tree91c7d576445ca71e9eba9d11bfaddd353a326ab5
parent4067a45438282fe967779fcbc5c3513d2cbb5913
parent3ac870300a7bb430341388a8f2ec465328986617
Merge branch 'sb/push-options'

"git push" learned to accept and pass extra options to the
receiving end so that hooks can read and react to them.

* sb/push-options:
  add a test for push options
  push: accept push options
  receive-pack: implement advertising and receiving push options
  push options: {pre,post}-receive hook learns about push options
Documentation/config.txt
Documentation/git-push.txt
transport.c