summaryrefslogtreecommitdiff
path: root/submodule.h
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2016-12-01 12:25:54 -0800
committerJunio C Hamano <gitster@pobox.com>2016-12-01 14:44:40 -0800
commit57c28382d91c8db9d13a195899090d515b0a40ce (patch)
treed1806d0d67ee0d7931eab145a1cdb51657aa5e5a /submodule.h
parent2529715dc12a8bfafa5c6686a377edd4dd1da960 (diff)
downloadgit-sb/submodule-intern-gitdir.tar.gz
submodule: add embed-git-dir functionsb/submodule-intern-gitdir
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>
Diffstat (limited to 'submodule.h')
-rw-r--r--submodule.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/submodule.h b/submodule.h
index d9e197a948..1e42222cff 100644
--- a/submodule.h
+++ b/submodule.h
@@ -74,5 +74,4 @@ int parallel_submodules(void);
* retaining any config in the environment.
*/
void prepare_submodule_repo_env(struct argv_array *out);
-
#endif