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