submodule: drop unused prefix parameter from some functions
We stopped using the "prefix" parameter of
relocate_single_git_dir_into_superproject() and its callers in
202275b96b
(submodule.c: get_super_prefix_or_empty, 2017-03-14), where
we switched to using the environment global directly.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
d64db5b334
commit
cf7a901ae4
@ -141,8 +141,7 @@ void submodule_unset_core_worktree(const struct submodule *sub);
|
||||
void prepare_submodule_repo_env(struct argv_array *out);
|
||||
|
||||
#define ABSORB_GITDIR_RECURSE_SUBMODULES (1<<0)
|
||||
void absorb_git_dir_into_superproject(const char *prefix,
|
||||
const char *path,
|
||||
void absorb_git_dir_into_superproject(const char *path,
|
||||
unsigned flags);
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user