mirror of
https://github.com/git/git.git
synced 2025-12-18 12:00:25 +01:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
. git-sh-setup-script || die "Not a git archive"
|
|
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}
|