#!/bin/sh # # Show a simplified tree with all branches. # exec git log \ --all \ --graph \ --pretty='%C(auto)%h%d %s %C(8) %ad' \ --simplify-by-decoration