Skip to main content

Module history

Module history 

Source
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§

ChangeHistory
Aggregated change history for a codebase.
FileChange
A single recorded change to a file.
HistoryOptions
Options for building or querying change history.

Enums§

ChangeType
The type of change recorded for a file.