mirror of
https://github.com/git/git.git
synced 2025-03-16 12:55:18 +00:00
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}
|