git-cas root-set persistence currently runs git commit-tree without deterministic internal author and committer metadata. Bare retained stores with no local or global user.name and user.email therefore fail workspace retention with WORKSPACE_RETENTION_FAILED and the Git Author identity unknown error.
Acceptance:
- internal root-set commits succeed with repository, global, and system identity disabled;
- caller repositories and global Git config are not mutated;
- deterministic internal commit metadata is covered at the persistence boundary;
- the patch is released for the git-warp retained-substrate migration.
git-cas root-set persistence currently runs git commit-tree without deterministic internal author and committer metadata. Bare retained stores with no local or global user.name and user.email therefore fail workspace retention with WORKSPACE_RETENTION_FAILED and the Git Author identity unknown error.
Acceptance: