Module gix::diff::tree::recorder

source ·
Expand description

Useful for use as delegate implementing Visit to keep track of all seen changes. Useful for debugging or printing primarily.

Enums

  • A Change as observed by a call to visit(…), enhanced with the path affected by the change. Its similar to visit::Change but includes the path that changed.
  • Describe how to track the location of a change.