repo.or.cz
/
git
/
jrn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Add doc and install-doc targets to the Makefile
[git/jrn.git]
/
git-log-script
blob
049d02ea1452bca07188cacecb991a56cd97a5f1
1
#!/bin/sh
2
. git-sh-setup-script || die
"Not a git archive"
3
git-rev-list
--pretty
$
(
git-rev-parse
--default
HEAD
"$@"
)
| LESS
=
-S
${PAGER:-less}