Re: git --recurse-submodule does not recurse to sub-submodules (etc.)

2015-01-23 Thread Maximilian Held
22958775 | Skype: maximilian.held Bremen International Graduate School of Social Sciences | Wiener Straße / Celsiusstraße | 28359 Bremen | Germany On Tue, Jan 20, 2015 at 10:21 PM, Jens Lehmann jens.lehm...@web.de wrote: Am 19.01.2015 um 21:19 schrieb Maximilian Held: I have a directory

git --recurse-submodule does not recurse to sub-submodules (etc.)

2015-01-19 Thread Maximilian Held
I have a directory with nested submodules, such as: supermodule/submodule/sub-submodule/sub-sub-submodule When I cd to supermodule and do: git push --recurse-submodule=check (or on-demand), git only pushes the submodule, but not the sub-submodule etc. Maybe this is expected behavior and not a