git/git-log-script

3 строки
94 B
Bash
Executable File

#!/bin/sh
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}