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"