coding: validate commit tree object identities #374

Open
nsaspy wants to merge 0 commits from rage/213-commit-tree-object-id into main
Owner

Closes #213. Advances #1.

RED dfbeb9c5: malformed staged-tree or parent-tree Git object IDs must fail before commit-tree/update-ref mutation.

Implementation 0ff2267d: validates staged-tree and parent-tree identities with the canonical full-object-ID validator before no-op comparison or commit-object creation.

Gate: require source/install compatibility diagnostics, full generated registry/plugin checks, package builds, no unresolved review debt, and exact-head protected merge.

Closes #213. Advances #1. RED `dfbeb9c5`: malformed staged-tree or parent-tree Git object IDs must fail before `commit-tree`/`update-ref` mutation. Implementation `0ff2267d`: validates staged-tree and parent-tree identities with the canonical full-object-ID validator before no-op comparison or commit-object creation. Gate: require source/install compatibility diagnostics, full generated registry/plugin checks, package builds, no unresolved review debt, and exact-head protected merge.
Some checks failed
CI / test (pull_request) Failing after 18s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/213-commit-tree-object-id:rage/213-commit-tree-object-id
git switch rage/213-commit-tree-object-id

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/213-commit-tree-object-id
git switch rage/213-commit-tree-object-id
git rebase main
git switch main
git merge --ff-only rage/213-commit-tree-object-id
git switch rage/213-commit-tree-object-id
git rebase main
git switch main
git merge --no-ff rage/213-commit-tree-object-id
git switch main
git merge --squash rage/213-commit-tree-object-id
git switch main
git merge --ff-only rage/213-commit-tree-object-id
git switch main
git merge rage/213-commit-tree-object-id
git push origin main
Sign in to join this conversation.
No description provided.