citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

git-logm (89B)


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