You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// All parent ids we have encountered. Note that these will be at most one if [`Parents::First`][gix_traverse::commit::Parents::First] is enabled.
24
24
pubparent_ids: gix_traverse::commit::ParentIds,
25
-
/// The time at which the commit was created. It's only `Some(_)` if sorting is not [`Sorting::BreadthFirst`][gix_traverse::commit::Sorting::BreadthFirst],
26
-
/// as the walk needs to require the commit-date.
25
+
/// The time at which the commit was created. It will only be `Some(_)` if the chosen traversal was
0 commit comments