Expand description
Change history tracking via git.
Provides types and data structures for tracking file-level change history.
The ChangeHistory struct stores changes indexed by file path, commit,
and chronological order for efficient querying.
Structs§
- Change
History - Aggregated change history for a codebase.
- File
Change - A single recorded change to a file.
- History
Options - Options for building or querying change history.
Enums§
- Change
Type - The type of change recorded for a file.