On Sunday 31 August 2008, Junio C Hamano wrote: > Johan Herland <johan@xxxxxxxxxxx> writes: > I personally feel that cases that involve cloning from non-bare > repositories (and in addition, DWIMmed repositories), with or without > nested submodules, are not worth supporting. Ok. I guess that's fair. Such a decision should definitely be documented appropriately in the submodule documentation, though. I guess this also means you don't plan to do anything about the difference in origin URLs produced by "git clone" for the following two cases: $ git clone /repo/foo bar $ grep -B1 url bar/.git/config [remote "origin"] url = /repo/foo/.git vs. $ git clone file:///repo/foo bar $ grep -B1 url bar/.git/config [remote "origin"] file:///home/johan/git/foo Hmm? ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html