Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
void init_archivers(void)
47
{
48
init_tar_archiver();
49
init_zip_archiver();
50
}
51
52
static void format_subst(const struct commit *commit,
53
const char *src, size_t len,
Callers
2
cmd_upload_archive_writer
Function · 0.85
cmd_archive
Function · 0.85
Calls
2
init_tar_archiver
Function · 0.85
init_zip_archiver
Function · 0.85
Tested by
no test coverage detected