Re: [PATCH v2 2/2] push: propagate push-options with --recurse-submodules

2017-04-06 Thread Brandon Williams
On 04/05, Jacob Keller wrote: > On Fri, Mar 31, 2017 at 5:19 PM, Jonathan Nieder wrote: > > Brandon Williams wrote: > > > >> Teach push --recurse-submodules to propagate push-options recursively to > >> the pushes performed in the submodules. > > > > Some time in the future we may want "push --rec

Re: [PATCH v2 2/2] push: propagate push-options with --recurse-submodules

2017-04-05 Thread Jacob Keller
On Fri, Mar 31, 2017 at 5:19 PM, Jonathan Nieder wrote: > Brandon Williams wrote: > >> Teach push --recurse-submodules to propagate push-options recursively to >> the pushes performed in the submodules. > > Some time in the future we may want "push --recurse-submodules" to do a > dry run pass befo

Re: [PATCH v2 2/2] push: propagate push-options with --recurse-submodules

2017-03-31 Thread Jonathan Nieder
Brandon Williams wrote: > Teach push --recurse-submodules to propagate push-options recursively to > the pushes performed in the submodules. Some time in the future we may want "push --recurse-submodules" to do a dry run pass before doing the final push, so that if it is known that some of the pu

[PATCH v2 2/2] push: propagate push-options with --recurse-submodules

2017-03-31 Thread Brandon Williams
Teach push --recurse-submodules to propagate push-options recursively to the pushes performed in the submodules. Signed-off-by: Brandon Williams --- submodule.c | 13 +++-- submodule.h | 1 + t/t5545-push-options.sh | 39 +++ t