Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git-log-script - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 049d02ea1452bca07188cacecb991a56cd97a5f1 (plain)
1
2
3
#!/bin/sh
. git-sh-setup-script || die "Not a git archive"
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}