git-logm (89B)
1 #!/usr/bin/env bash 2 commit=${1:-HEAD} 3 4 shift 5 6 exec git log "$@" ${commit}^1..${commit}^2