Re: [PATCH] Add git-submodule command
From: Johannes Schindelin <hidden>
Date: 2016-06-15 22:43:12
Hi, On Fri, 25 May 2007, Lars Hjemli wrote:
On 5/25/07, Johannes Schindelin [off-list ref] wrote:quoted
On Fri, 25 May 2007, Lars Hjemli wrote:quoted
On 5/25/07, Johannes Schindelin [off-list ref] wrote:quoted
All in all, I like it: it is short, to the point, and it should do the job (maybe with a few enhancements like "--update" without arguments means _all_ submodules).Well, it does (or should) update all initialized submodules, but maybe that's not what you meant?Oops. I meant "init".Hmm, it does (or should) clone all submodules if you run 'git submodule --init' (no paths specified). Did it fail for you?
I don't have any superproject to try with ;-) Actually, I missed the "$@" in modules_init. You might want to change the documentation, though, since it suggests (at least to yours truly) that you _need_ to pass a path with "--init". Even happier, Dscho