Welcome to mirror list, hosted at ThFree Co, Russian Federation.

submodule_helpers.h « submodule « tests - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 610c40720ce2ece5864aabc6fdac00ad6650590f (plain)
1
2
3
4
5
extern void rewrite_gitmodules(const char *workdir);

/* these will automatically set a cleanup callback */
extern git_repository *setup_fixture_submodules(void);
extern git_repository *setup_fixture_submod2(void);