mv: move submodules using a gitfile
[gitweb.git] / submodule.h
index c7ffc7c399d23781d823954d74bab4620debb628..29e9658980f2aeb6c0bfadbfd8b6d17cfc008f9a 100644 (file)
@@ -36,5 +36,6 @@ int merge_submodule(unsigned char result[20], const char *path, const unsigned c
 int find_unpushed_submodules(unsigned char new_sha1[20], const char *remotes_name,
                struct string_list *needs_pushing);
 int push_unpushed_submodules(unsigned char new_sha1[20], const char *remotes_name);
+void connect_work_tree_and_git_dir(const char *work_tree, const char *git_dir);
 
 #endif