4bc5fbf82e
Instead of getting an incomprehensible error message from git-rev-list.
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}
|