Expand description
Git-compatible diff.<driver>.cachetextconv storage under refs/notes/textconv/<driver>.
Matches Git’s notes-cache.c: the notes ref’s commit subject stores the current
diff.<driver>.textconv command string; when it changes, the cache is treated as empty.
Functions§
- read_
textconv_ cache - Read cached textconv bytes for
blob_oid, orNoneon miss / invalid cache. - write_
textconv_ cache - Store
dataas the note forblob_oid. Errors are ignored (read-only repos).