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

2017-03-31 Thread Brandon Williams
On 03/31, Jonathan Nieder wrote: > Hi, > > Brandon Williams wrote: > > > Teach push --recurse-submodules to propagate push-options recursively to > > the pushes performed in the submodules. > > Sounds like a good change. > > [...] > > +++ b/submodule.c > [...] > > @@ -793,6 +794,12 @@ static in

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

2017-03-31 Thread Jonathan Nieder
Hi, Brandon Williams wrote: > Teach push --recurse-submodules to propagate push-options recursively to > the pushes performed in the submodules. Sounds like a good change. [...] > +++ b/submodule.c [...] > @@ -793,6 +794,12 @@ static int push_submodule(const char *path, int dry_run) >

[PATCH] 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 | 14 +++--- submodule.h | 3 ++- t/t5545-push-options.sh | 39 +++