dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

gl (230B) [raw]


      1 #!/bin/sh
      2 # git-log, but piped through plumb so that it:
      3 #   1. doesn't scroll to the end
      4 #   2. has the proper "filename" so that plumbing SHA's works
      5 git log "$@" | plumb -i -d edit -a "action=showdata filename=/$(pwd)/git-log"