I'm looking to cherry-pick some code. The code was squashed-on-merge, so I know it's just that one commit to get the feature or bugfix that I desire.
However, I'm worried that this commit may introduce its own bugs. Presumably, those bugs were spotted and fixed on the main branch. So I'd like to see a list of future commits in the same branch that touch the same code, to find bugfixes to the main commit. How do I do that?