You want to find the point at which it was branched, something like

git log master..releasebranch --oneline | tail -1

Then you can use it for the base of log

git log branched-commit..master

--Brennan

On Fri, May 22, 2020, 1:30 PM Nathan Hartman <hartman.nat...@gmail.com>
wrote:

> In preparation for the 9.1 release notes...
>
> What git incantation will get the log, excluding all commits present
> in the 9.0 release?
>
> Specifically, I want to include commits after 9.0 was branched, but
> exclude commits that were cherry-picked to 9.0.
>
> Thanks,
> Nathan
>

Reply via email to