pub fn execute(source: String) -> Result<ImportGitResponse, LitError>Expand description
Import a Git repository into Lit format. Reads Git objects (SHA-1), converts them to Lit objects (SHA3-512 + BLAKE3), and imports all refs.
pub fn execute(source: String) -> Result<ImportGitResponse, LitError>Import a Git repository into Lit format. Reads Git objects (SHA-1), converts them to Lit objects (SHA3-512 + BLAKE3), and imports all refs.