Available on crate feature
vcs-git only.Expand description
Per-file change-history statistics: the public Stats output and
the internal Accumulator that the backend feeds during a walk.
Structs§
- Accumulator
- Mutable per-file accumulator threaded through the history walk.
- Change
Record - One commit’s effect on one file, as handed to
Accumulator::record. - Stats
- Per-file change-history metrics.
Constants§
- VCS_
SCHEMA_ VERSION - Output-shape version for the
vcsblock. Bump on any change to the serialized field set.2added the change- and co-change-entropy fields (issue #330).