I recently learned that I can get hg log to print the history in reverse order with:
hg log -r :
So of course I tried:
git log
Use the --reverse option:
--reverse
git log --reverse