mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
f04b05697c
See the previous commit for explanations.
2 lines
94 B
Bash
Executable file
2 lines
94 B
Bash
Executable file
#!/bin/sh
|
|
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}
|