Skip to content

chore: record reverted main ancestry for v2026.07.15#563

Merged
stephamie7 merged 4 commits into
devfrom
codex/record-main-ancestry-v2026-07-15
Jul 15, 2026
Merged

chore: record reverted main ancestry for v2026.07.15#563
stephamie7 merged 4 commits into
devfrom
codex/record-main-ancestry-v2026-07-15

Conversation

@stephamie7

Copy link
Copy Markdown
Contributor

Summary

Why

After a merged release is reverted, Git considers the original release commits already integrated and then undone. A direct dev -> main PR therefore conflicts even though dev contains the intended release tree.

This ancestry-only merge follows the repository's established PR #479 pattern. It resolves the history relationship in favor of the current dev tree without changing any files.

Validation

  • origin/main is an ancestor of the merge commit
  • merge commit tree equals origin/dev tree: 838d1d45da85de143bf31de420b5dfb11e8ca8bc
  • git diff --stat origin/dev..HEAD is empty

This PR must be merged using Create a merge commit, not squash or rebase.

@stephamie7
stephamie7 merged commit d97b9f1 into dev Jul 15, 2026
@duguwanglong
duguwanglong deleted the codex/record-main-ancestry-v2026-07-15 branch July 22, 2026 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants