[PATCH] Update git-tag-script to create the .git/refs/tags if it does not already...
[git/fastimport.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}