Skip to main content

Crate clankerdiff_git

Crate clankerdiff_git 

Source
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.
RepositorySnapshot
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.