Implement embedded HTTPS Git synchronization

This commit is contained in:
Hermes Agent
2026-08-09 23:54:10 +00:00
parent 410007c012
commit 75ce19da00
14 changed files with 4811 additions and 15 deletions

View File

@@ -53,5 +53,5 @@ no-op, and must restore any staging state before returning an error. The policy
manager then restores repository bytes. `NoGitCommitter` represents a path not
contained in a Git work tree; it is not used for a discovered repository.
The later embedded-Git implementation owns concrete staging and commits, while
this module owns the all-or-nothing storage mutation contract it invokes.
The embedded Git implementation owns concrete staging and commits, while this
module owns the all-or-nothing storage mutation contract it invokes.