[PATCH] Use sq_quote() to properly quote the parameter to call shell.
[git/gitweb.git] / git-log-script
blobfeca5e9b7c86b1aaa5903f1c2ca3afde09531c7b
1 #!/bin/sh
2 git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}