Re: [PATCH] fetch: Get submodule paths from index and not from .gitmodules

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Kevin Ballard
Date: Thursday, September 16, 2010 - 12:29 pm

Unfortunately, the only effect this had was to change the order of fetches (it now appears to be case-sensitive alphabetical). After applying this patch, this is what I saw (using the same terms as my previous email):

Fetching submodule G
Fetching submodule B
Fetching submodule F
Fetching submodule C
Fetching submodule H
Fetching submodule E
Fetching submodule A
Fetching submodule D

Note that it's still telling me that it's fetching submodule H even though this inside of submodule C rather than at the root level. I also verified this by running `git ls-tree -r HEAD | grep commit` and observed that only submodules A-G show up in that list.

-Kevin Ballard

On Sep 16, 2010, at 6:55 AM, Jens Lehmann wrote:


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC PATCH 0/2] Teach fetch and pull to recursively fe ..., Ævar Arnfjörð Bjarmason, (Sun Aug 29, 10:29 am)
Re: [PATCH] fetch: Get submodule paths from index and not ..., Kevin Ballard, (Thu Sep 16, 12:29 pm)
[PATCH 3/3] Add the 'fetch.recursive' config setting, Jens Lehmann, (Tue Oct 5, 1:45 pm)