add export-git-tree.sh
[cmccabe-bin] / git-log-without-leading-spaces.sh
1 #!/usr/bin/env bash
2 #
3 git log "$@" | sed 's/^[ ]*//' | less