Implement embedded HTTPS Git and synchronization #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Implement all pass-relevant Git behavior as an embedded Rust engine with HTTPS-only transport.
Scope
pass gitworkflow surface needed for init, status, log, diff, add, commit, remote/config inspection and mutation, fetch, pull/merge, push, and synchronization.Acceptance criteria
pass gitarguments fail explicitly.Prerequisites
Safe password-store core; embedded GPG-compatible cryptography; secure secret storage.
Implemented and pushed in commit
75ce19d.Implementation:
Verification:
All issue-specific tests, related pre-created compatibility fixtures, and required workspace gates pass.