Suppose I have the following git structure:
A - B - C - D - E - F master
\_ G - H - I branch
git checkout branch; git log doesn't identify the point at which branch diverged from master.
What if I want to examine all changes in this branch?