Available on crate feature
merge_base only.Expand description
Structs§
- Flags
- The flags used in the graph for finding merge bases.
Enums§
- Error
- The error returned by the
merge_base()function.
Functions§
- octopus
- Given a commit at
firstid, traverse the commitgraphand return the best common ancestor between it andothers, sorted from best to worst. ReturnsNoneif there is no common merge-base asfirstandothersdon’t all share history. Ifothersis empty,Some(first)is returned.