[PATCH] ssh-push.c: Fix handling of ssh://host/path URLs
[git.git] / git-log-script
1 #!/bin/sh
2 git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}