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

Function stdin_packs_include_check

builtin/pack-objects.c:3931–3934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3929}
3930
3931static int stdin_packs_include_check(struct commit *commit, void *data)
3932{
3933 return stdin_packs_include_check_obj((struct object *)commit, data);
3934}
3935
3936static void stdin_packs_add_pack_entries(struct strmap *packs,
3937 struct rev_info *revs)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected