]> git.ipfire.org Git - thirdparty/git.git/blame - git-log-script
[PATCH] clone-pack and clone-script: documentation and add a missing parameter.
[thirdparty/git.git] / git-log-script
CommitLineData
e764b8e8 1#!/bin/sh
4bc5fbf8 2. git-sh-setup-script || die "Not a git archive"
f04b0569 3git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}