I have to create some code review from unmerged branches.
In finding solutions, let\'s not go to local-branch context problem as this will run on a server; there wil
If I grasp your problem space, think you can use --sha1-name
git show-branch --topo-order --topics --sha1-name origin/master origin/branch1 origin/branch2
to list what you are interested in, then run the commits through git-what-branch
git-what-branch: Discover what branch a commit is on, or how it got to a named branch. This is a Perl script from Seth Robertson
and format the report to suite your needs?