git/git-log-script

3 lines
62 B
Bash
Executable File

#!/bin/sh
git-rev-list --pretty HEAD | LESS=-S ${PAGER:-less}