Re: [PATCH v5] [submodule] Add --depth to submodule update/add

2013-07-03 Thread Junio C Hamano
Jens Lehmann writes: > The only minor problem is that this patch still does not apply cleanly > to master, next or pu (I wonder what you based this on ;-). Older iteration of the topic has been queued directly on top of v1.8.3. When I replace a topic with its new version, I try to rebuild on th

Re: [PATCH v5] [submodule] Add --depth to submodule update/add

2013-07-03 Thread Fredrik Gustafsson
On Wed, Jul 03, 2013 at 01:13:12AM -0700, Junio C Hamano wrote: > Jens Lehmann writes: > > The only minor problem is that this patch still does not apply cleanly > > to master, next or pu (I wonder what you based this on ;-). > > Thanks; will replace what I queued on 'pu'. I based it on master,

Re: [PATCH v5] [submodule] Add --depth to submodule update/add

2013-07-03 Thread Junio C Hamano
Jens Lehmann writes: > Am 02.07.2013 23:42, schrieb Fredrik Gustafsson: >> Add the --depth option to the add and update commands of "git submodule", >> which is then passed on to the clone command. This is useful when the >> submodule(s) are huge and you're not really interested in anything but >

Re: [PATCH v5] [submodule] Add --depth to submodule update/add

2013-07-03 Thread Jens Lehmann
Am 02.07.2013 23:42, schrieb Fredrik Gustafsson: > Add the --depth option to the add and update commands of "git submodule", > which is then passed on to the clone command. This is useful when the > submodule(s) are huge and you're not really interested in anything but > the latest commit. > > Tes

[PATCH v5] [submodule] Add --depth to submodule update/add

2013-07-02 Thread Fredrik Gustafsson
Add the --depth option to the add and update commands of "git submodule", which is then passed on to the clone command. This is useful when the submodule(s) are huge and you're not really interested in anything but the latest commit. Tests are added and some indention adjustments were made to conf