push: propagate push-options with --recurse-submodules
authorBrandon Williams <bmwill@google.com>
Wed, 5 Apr 2017 17:47:16 +0000 (10:47 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2017 07:45:03 +0000 (00:45 -0700)
commit2a90556dde47f27e12a3f8adb1397fd05e5b6690
tree97654f97664b31bd664cc8d7343da2f32f6005fd
parent54cc8aca60e474e637e9d71b57ee2c6f1fb197e6
push: propagate push-options with --recurse-submodules

Teach push --recurse-submodules to propagate push-options recursively to
the pushes performed in the submodules.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
submodule.c
submodule.h
t/t5545-push-options.sh
transport.c