Re: Git submodule repository locatio

2013-04-24 Thread Fredrik Gustafsson
On Wed, Apr 24, 2013 at 04:44:29PM +0200, Adam Stankiewicz wrote: > My proposal is to move default bare repository location from .git/modules > to .git directory inside submodule, like every normal git repo do. That's the way it was in old versions of git. The git-file approach was implemented so

Git submodule repository locatio

2013-04-24 Thread Adam Stankiewicz
Currently each submodule contains single .git file (instead of directory) with only link to project's base repository, for example "gitdir: ../../.git/modules/lib/neobundle.vim". In git base repository we find .git/modules directory that contains bare repositories of all submodules, for example .