From: Lars Hjemli Date: Mon, 11 Jun 2007 19:12:24 +0000 (+0200) Subject: git-submodule: give submodules proper names X-Git-Tag: v1.5.3-rc0~91^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/941987a554812b982094e09c5c817f18be953365?ds=inline;hp=941987a554812b982094e09c5c817f18be953365 git-submodule: give submodules proper names This changes the way git-submodule uses .gitmodules: Subsections no longer specify the submodule path, they now specify the submodule name. The submodule path is found under the new key "submodule..path", which is a required key. With this change a submodule can be moved between different 'checkout paths' without upsetting git-submodule. Signed-off-by: Lars Hjemli Signed-off-by: Junio C Hamano ---