Git alias:
# git lto: lto = log --topo-order
Example:
git lto
Topological order means that descendant commits are shown before their parents.