mirror of
https://github.com/git/git.git
synced 2024-11-06 17:23:00 +01:00
4bc5fbf82e
Instead of getting an incomprehensible error message from git-rev-list.
3 lines
143 B
Bash
Executable file
3 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}
|