I want to see the whole patch applied by merging as a separate diff output. In bzr, this is the standard (for example, if you look at diff at the merge point, you get all the diff resulting from this merge). In git, I don't see how to get this unified view of merging. Using gitk, I have to click on each individual commit in the branch. I want to see the whole branch as a single commit.
I know that I can simply manually find the branch point and make the difference between the two points, but this is prone to errors. How can I see all diff for merge?
edA-qa mort-ora-y
source share