If I do:
$ git checkout some_branch
[...]
$ git diff another_branch
It'll show a large diff between the branches.
Now there's a simplified, smaller1 diff shown after applying a commit, or merge, I guess cherry picks too.
How can I show that smaller1 diff when diffing two branches one branch from another branch?
1: Because format, not because contents.