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)
"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

1  2 
Documentation/config.txt
Documentation/git-push.txt
transport.c
Simple merge
Simple merge
diff --cc transport.c
Simple merge