I have done a cherry-pick from branch PRIVATE to branch MASTER. Done without -x (since done from GUI). It created a commit with conflict. Resolved and committed.
I want to see in the future that this commit is a cherry-pick from branch PRIVATE to branch MASTER.
There is no trace of that! When I do:
git log --cherry
I DO see this commit on MASTER, but I cannot find its parent (the private branch).