Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reverse found commits for range
The commits are looked up for a range using log, which will automatically start with the latest commit first. However, when cherry-picking we want to start with the oldest commit first so we can build on top of the commits. Otherwise, we'd easily run into conflicts.
- Loading branch information