Skip to main content

Module import

Module import 

Source
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§

ImportResult
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.