projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge with master to pick up gitk updates.
[git]
/
git-log-script
1
#!/bin/sh
2
. git-sh-setup-script || die "Not a git archive"
3
revs=$(git-rev-parse --revs-only --default HEAD "$@")
4
[ "$revs" ] || die "No HEAD ref"
5
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}