pub fn find_dangling_references<'repo>(
repo: &'repo Repo,
event_replayer: &EventReplayer,
event_cursor: EventCursor,
) -> Result<Vec<Reference<'repo>>>
Expand description
Find references under refs/branchless/
which point to commits which are no
longer active. These are safe to remove.