projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Replace C99 array initializers with code.
[git]
/
git-log-script
1
#!/bin/sh
2
revs=$(git-rev-parse --revs-only --default HEAD "$@") || exit
3
[ "$revs" ] || die "No HEAD ref"
4
git-rev-list --pretty $(git-rev-parse --default HEAD "$@") | LESS=-S ${PAGER:-less}