branch-diff
branch-diff copied to clipboard
A tool to list print the commits on one git branch that are not on another using loose comparison
Last time I had to fight GitHub API secondary rate limits for a very long-lived LTS release I ended up writing this (based on knowledge shared from @BethGriggs) to help...
I was playing with this idea of having a `--cache` option built into branch-diff with the intent of helping avoid hitting the GitHub API rate limits as frequently when working...
Work in progress refs: #20
When using branch diff there is no --help to print out the available options. I have some time to help contribute this. Would something like commander.js be suitable? Or would...
We get problems like this: https://github.com/nodejs/node/commit/75318e46b824c2dbba6251d94b178469d461b3ef#commitcomment-24788304 all the time. The solution we have is to put the PR-URL (or other relevant metadata) in a comment on the commit. If `branch-diff`...
In https://github.com/nodejs/node/pull/10886 I noticed that at least for one particular PR, all but 1 of its commits were being included. I think it would be a good idea to first...
While preparing Node v20.16.0 release: ``` marcoippolito@marcos-MacBook-Pro node % N=20 sh -c 'branch-diff v$N.x-staging v22.4.0 --exclude-label=semver-major,dont-land-on-v$N.x,backport-requested-v$N.x,backport-blocked-v$N.x,backport-open-v$N.x,backported-to-v$N.x,baking-for-lts --filter-release --format=simple' TypeError: Cannot read properties of undefined (reading 'at') at normalizeIfTrailingSlash (file:///Users/marcoippolito/.nvm/versions/node/v20.15.0/lib/node_modules/branch-diff/branch-diff.js:57:20) at...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. Release notes Sourced from actions/setup-node's releases. v4.0.4 What's Changed Add workflow file for publishing releases to immutable action package by @Jcambass in actions/setup-node#1125 Enhance...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.1.0 to 6.2.0. Release notes Sourced from actions/setup-node's releases. v6.2.0 What's Changed Documentation Documentation update related to absence of Lockfile by @mahabaleshwars in actions/setup-node#1454 Correct mirror option...