Re: [PATCH 3/3] push: add option to push only submodules

2016-12-19 Thread Stefan Beller
On Mon, Dec 19, 2016 at 10:25 AM, Brandon Williams wrote: > Teach push the --recurse-submodules=only option. This enables push to > recursively push all unpushed submodules while leaving the superproject > unpushed. > > This is a desirable feature in a scenario where updates

[PATCH 3/3] push: add option to push only submodules

2016-12-19 Thread Brandon Williams
Teach push the --recurse-submodules=only option. This enables push to recursively push all unpushed submodules while leaving the superproject unpushed. This is a desirable feature in a scenario where updates to the superproject are handled automatically by some other means, perhaps a code review