1
0
mirror of https://github.com/git/git.git synced 2024-09-30 20:41:39 +02:00
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}