Skip to main content

Module git_tools

Module git_tools 

Source
Expand description

mkit git verify / status / format-patch (feature git-bridge): bridge-state inspection and audit.

verify re-checks a state dir’s staging mirror against the local store: bridge-translated objects shallow-verify (SPEC-GIT-BRIDGE §10) and must reconstruct to their mapped mkit twin; imported objects must have retained raw bytes hashing to their sha1 and a twin signed by the pinned importer key (SPEC-GIT-IMPORT §4). --fork-audit adds §14.3 step 3: every tree/blob referenced by a bridge commit re-derives from its mkit twin and must reproduce the exact sha1.

format-patch renders native commits as git am-able mbox patches, so contributions can flow to a git upstream even without a writable fork (the no-export collaboration path).