[PATCH] Documentation: pull, push, packing repository and working with others.
[git/jrn.git] / git-log-script
blob049d02ea1452bca07188cacecb991a56cd97a5f1
1 #!/bin/sh
2 . git-sh-setup-script || die "Not a git archive"
3 git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}