//! Native, asynchronous Git repository operations for diff review.
//!//! This crate shells out to the host's `git` executable. It is intentionally
//! separate from `clankerdiff-core` and is not available in browser builds.
modcommand;moderror;modpath;modrepository;#[cfg(feature ="test-support")]pubmodtesting;pubuseerror::GitError;pubuserepository::{
GitRepository,MAX_SOURCE_ARCHIVE_BYTES,MAX_SOURCE_FILE_BYTES, RepositorySnapshot,};