git/git-log-script
Linus Torvalds f04b05697c Make "git log" use the new git-rev-parse helper
See the previous commit for explanations.
2005-06-13 10:07:25 -07:00

3 lines
94 B
Bash
Executable file

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