Skip to main contentModule scratch_index
Source - Record
- One verified clone, described the way the index describes it.
- Error
- The error a scratch index write can fail with. Every one of them is survivable:
without the index git simply checks the whole tree out.
- SUPPORTED_VERSION
- The only index version this writes. Git keeps whatever version it reads, so a
repository asking for any other version is left to check itself out.
- default_version
- The version git would give a fresh index, following the same order git does.
- write
- Writes
records as the index at index_path, replacing whatever is there.