mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +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}
|