git lto Log with items appearing in topological order Git alias: # git lto: lto = log --topo-order Example: git lto Topological order means that descendant commits are shown before their parents.