diff options
Diffstat (limited to 'submodule.h')
| -rw-r--r-- | submodule.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/submodule.h b/submodule.h index b52a4ff1e7..f90ee547d0 100644 --- a/submodule.h +++ b/submodule.h @@ -164,7 +164,8 @@ void submodule_unset_core_worktree(const struct submodule *sub); */ void prepare_submodule_repo_env(struct strvec *env); -void absorb_git_dir_into_superproject(const char *path); +void absorb_git_dir_into_superproject(const char *path, + const char *super_prefix); /* * Return the absolute path of the working tree of the superproject, which this |
