I am using TortoiseGit 1.8.3.0. I would like to study what changes were done in a given branch. On the command line, I would checkout this branch and launch git cherry -v origin/master
, which would give me the list of commits in the current branch that are not in master.
How can I do the same in TortoiseGit? I imagine there would be a way to filter the log window so that it would only show these commits...
I was given a pointer to this tortoisegit bug report. It implies I should be able to do this since version 1.8.2, but I didn't find how...