Sign in
code
/
git
/
98e031f0bb6e857c684e6db24d03d22cfc1a532a
/
.
/
git-log-script
blob: 049d02ea1452bca07188cacecb991a56cd97a5f1 [
file
]
#!/bin/sh
.
git
-
sh
-
setup
-
script
||
die
"Not a git archive"
git
-
rev
-
list
--
pretty $
(
git
-
rev
-
parse
--
default HEAD
"$@"
)
|
LESS
=-
S $
{
PAGER
:-
less
}