Module gix_traverse::commit

source ·
Expand description

Commit traversal

Modules

Structs

  • An iterator over the ancestors one or more starting commits
  • Information about a commit that we obtained naturally as part of the iteration.

Enums

  • Specify how to handle commit parents during traversal.
  • Specify how to sort commits during traversal.

Type Aliases

  • The collection of parent ids we saw as part of the iteration.