mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-04 16:11:05 +00:00
6 lines
215 B
C
6 lines
215 B
C
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);
|