[PATCH] Update the list of diagnostics for git-commit-tree
[git.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}