repo.or.cz
/
git
/
mingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Tidy up - slight simplification of rev-list.c
[git/mingw.git]
/
git-log-script
blob
feca5e9b7c86b1aaa5903f1c2ca3afde09531c7b
1
#!/bin/sh
2
git-rev-list
--pretty
$
(
git-rev-parse
--default
HEAD
"$@"
)
| LESS
=
-S
${PAGER:-less}