Expand description
Import git repositories into panproto-vcs. Import git repositories into panproto-vcs.
Walks the git commit DAG topologically, parses each commit’s file tree into a panproto project schema, and creates panproto-vcs commits that preserve authorship, timestamps, and parent structure.
Structs§
- Import
Result - Result of importing a git repository.
Functions§
- import_
git_ repo - Import a range of git commits into a panproto-vcs store.
- import_
git_ repo_ incremental - Incrementally import a range of git commits into a panproto-vcs store.