Expand description
An on-disk index of the commits in a repository.
Implements an index of the commits in a repository that conforms to the
trains in the index module. The index is stored on local
disk and contains an entry for every commit in the repository. See
DefaultReadonlyIndex
and DefaultMutableIndex
.
Structs§
- Changed
Path Index Level Stats - Commit
Index Level Stats - Default
Index Store - Default
Index Store Init Error - Error that may occur during
DefaultIndexStore
initialization. - Default
Mutable Index - In-memory mutable records for the on-disk commit index backend.
- Default
Readonly Index - Commit index backend which stores data on local disk.
- Index
Stats
Enums§
- Default
Index Store Error - Readonly
Index Load Error - Error while loading index segment file.