Expand description
git fast-export stream generation.
Supports the subset needed by upstream tests: --all, --anonymize,
--anonymize-map, topological commit order with reverse (oldest first),
blob/commit marks, per-commit tree diffs, and annotated tags on commits.
Structs§
- Fast
Export Options - Options for
export_stream.
Functions§
- export_
stream - Write a fast-import stream for the repository to
writer.