f04b05697c
See the previous commit for explanations.
3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}
|