-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nirbheek/stable-release-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mesonbuild/stable-release-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 3 files changed
- 3 contributors
Commits on Jul 24, 2025
-
update patch generation to directly use the merged commit shas
Make use of cherry-pick + format-patch to generate the patches, and in particular, use the -x flag to produce a paper trail of how these commits were selected. This makes it easy to look at a backported commit and see where it came from and what PR it was associated with.
Configuration menu - View commit details
-
Copy full SHA for cbc25fe - Browse repository at this point
Copy the full SHA cbc25feView commit details -
port closed-via-PR detection to graphql
graphql feels extremely unpleasant to work with. But this info is available there, and never has been for the REST api (why???) as evidenced by the reliance on a crude hack, namely scanning events for a commit reference "in the right vicinity". And github stopped generating those reference events at all, so...
Configuration menu - View commit details
-
Copy full SHA for ee75737 - Browse repository at this point
Copy the full SHA ee75737View commit details
Commits on Dec 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fff12ed - Browse repository at this point
Copy the full SHA fff12edView commit details -
Fix pr_to_patch function, missing imports and incorrect usage
Hmm, not sure how this used to work.
Configuration menu - View commit details
-
Copy full SHA for da9a3ec - Browse repository at this point
Copy the full SHA da9a3ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e5538 - Browse repository at this point
Copy the full SHA 63e5538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bc03ee - Browse repository at this point
Copy the full SHA 0bc03eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3624b - Browse repository at this point
Copy the full SHA 5c3624bView commit details -
Use git am --3way when applying patches and don't abort
More likely to resolve conflicts, leaves conflict markers which is easier to inspect and fix / commit.
Configuration menu - View commit details
-
Copy full SHA for a72d665 - Browse repository at this point
Copy the full SHA a72d665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2a547 - Browse repository at this point
Copy the full SHA 6a2a547View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master