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

Function reset_revision_walk

revision.c:3678–3682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3676}
3677
3678void reset_revision_walk(void)
3679{
3680 clear_object_flags(the_repository,
3681 SEEN | ADDED | SHOWN | TOPO_WALK_EXPLORED | TOPO_WALK_INDEGREE);
3682}
3683
3684static int mark_uninteresting(const struct object_id *oid,
3685 struct object_info *oi UNUSED,

Callers 13

find_boundary_objectsFunction · 0.85
prepare_bitmap_walkFunction · 0.85
find_first_mergesFunction · 0.85
bitmap_builder_initFunction · 0.85
run_revision_walkFunction · 0.85
cmd_format_patchFunction · 0.85
process_objectFunction · 0.85
describe_blobFunction · 0.85
prepare_revsFunction · 0.85
bisect_skipped_commitsFunction · 0.85
bisect_skipFunction · 0.85

Calls 1

clear_object_flagsFunction · 0.85

Tested by 1

run_revision_walkFunction · 0.68