Expand description
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.
Structs§
- GitRepository
- A discovered Git worktree and its native operations.
- Repository
Snapshot - A complete review document captured for one scope, with bounded immutable complete-file versions attached to every file.
Enums§
- GitError
- An error from repository discovery, Git execution, or worktree access.
Constants§
- MAX_
SOURCE_ ARCHIVE_ BYTES - MAX_
SOURCE_ FILE_ BYTES - Maximum UTF-8 bytes accepted for one complete source version.