None
DE
How to do patch-based review with git range-diff
['Scott Chacon']
Butler's Log
❯ git log --oneline base..markdown-v1 c7793661e Add basic giphy plugin for commit message editor ce0c47e2d Render commit messages with markdown bd0c89433 add gifs to readme ❯ git log --oneline base..markdown-v2 2415feb31 add important dad joke about gifs 6e775149f Render commit messages with markdown so we can show gifs bd23c94d5 Add basic giphy plugin for commit message editor So now let's run git range diff between the first version of the branch series and the fixed up version of the branch to see what this will show us.