summaryrefslogtreecommitdiff
path: root/t/t7412-submodule-embedgitdirs.sh
Commit message (Collapse)AuthorAgeFilesLines
* submodule: add embed-git-dir functionsb/submodule-intern-gitdirStefan Beller2016-12-011-0/+92
When a submodule has its git dir inside the working dir, the submodule support for checkout that we plan to add in a later patch will fail. Add functionality to migrate the git directory to be embedded into the superprojects git directory. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>