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

Function show_cruft_commit

builtin/pack-objects.c:4203–4206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4201}
4202
4203static void show_cruft_commit(struct commit *commit, void *data)
4204{
4205 show_cruft_object((struct object*)commit, NULL, data);
4206}
4207
4208static int cruft_include_check_obj(struct object *obj, void *data UNUSED)
4209{

Callers

nothing calls this directly

Calls 1

show_cruft_objectFunction · 0.85

Tested by

no test coverage detected