Skip to content

Record upstream ancestry for 8 cherry-picked commits#36

Merged
aaditagrawal merged 9 commits intomainfrom
upstream-ancestry-merge
Mar 26, 2026
Merged

Record upstream ancestry for 8 cherry-picked commits#36
aaditagrawal merged 9 commits intomainfrom
upstream-ancestry-merge

Conversation

@aaditagrawal
Copy link
Copy Markdown
Owner

Summary

  • Ancestry-only merge (git merge -s ours) against upstream 37cf0c11
  • No file changes — this only records the git relationship
  • After merging, git log main..upstream/main drops from 9 to 1 commit (only 9403429a remains ahead)

This establishes proper ancestry so future upstream syncs have a correct merge base, avoiding redundant conflict resolution for the 8 commits already integrated in PR #35.

Test plan

  • Verify zero diff: git diff main..upstream-ancestry-merge produces no output
  • After merge, git log main..upstream/main shows only 9403429a

juliusmarminge and others added 9 commits March 25, 2026 09:45
)

Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Jakob Guldberg Aaes <jakob1379@gmali.com>
Co-authored-by: keyzou <keyzou@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: cursor[bot] <206951365+cursor[bot]@users.noreply.github.com>
pingdotgg#1423)

Co-authored-by: morgan ye <morganye@morgans-MacBook-Pro.local>
Establishes git ancestry with upstream commits b3bca04..37cf0c1
(8 commits) that were cherry-picked and conflict-resolved in PR #35.
No file changes — this merge only records the relationship so future
upstream syncs start from the correct base.
@github-actions github-actions bot added size:XS 0-9 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Mar 26, 2026
@aaditagrawal aaditagrawal merged commit 2a6235c into main Mar 26, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 effective changed lines (test files excluded in mixed PRs). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants