Skip to content

Sync fork ancestry with upstream/main (no code changes)#53

Merged
aaditagrawal merged 9 commits intomainfrom
sync/ancestry-merge-upstream-main
Apr 5, 2026
Merged

Sync fork ancestry with upstream/main (no code changes)#53
aaditagrawal merged 9 commits intomainfrom
sync/ancestry-merge-upstream-main

Conversation

@aaditagrawal
Copy link
Copy Markdown
Owner

Summary

Performs a git merge upstream/main --strategy ours to synchronize the fork DAG with upstream without changing any code.

Why

GitHub shows the fork as "N commits behind" upstream even though all upstream changes have already been cherry-picked into the fork (via PRs #45-#52). This is because cherry-picking creates new commits rather than sharing ancestry with upstream. This merge commit tells git that upstream's history has been incorporated, resolving the "commits behind" counter.

Changes

Zero files changed. This is a no-op merge (--strategy ours) that only creates a merge commit to reconcile the commit graph.

Important

This PR should be merged AFTER PRs #51 and #52 (the cherry-picks for upstream pingdotgg#1746 and pingdotgg#1747) to ensure all upstream content is incorporated before marking the ancestry as synced.

juliusmarminge and others added 9 commits April 3, 2026 19:49
…text (pingdotgg#1518)

Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Julius Marminge <juliusmarminge@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: Hwanseo Choi <hwanseoc@nvidia.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
@github-actions github-actions bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS 0-9 effective changed lines (test files excluded in mixed PRs). labels Apr 5, 2026
@aaditagrawal aaditagrawal merged commit febe1ca into main Apr 5, 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.

3 participants