MCPcopy Create free account
hub / github.com/git/git / init_archivers

Function init_archivers

archive.c:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void init_archivers(void)
47{
48 init_tar_archiver();
49 init_zip_archiver();
50}
51
52static void format_subst(const struct commit *commit,
53 const char *src, size_t len,

Callers 2

cmd_archiveFunction · 0.85

Calls 2

init_tar_archiverFunction · 0.85
init_zip_archiverFunction · 0.85

Tested by

no test coverage detected