]> git.ipfire.org Git - thirdparty/git.git/blob - git-log-script
[PATCH] Documentation: packed GIT support commands.
[thirdparty/git.git] / git-log-script
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}