Sign in
code
/
git
/
d0587fd59f4452ed8461416d21bc7e47378e70b3
/
.
/
git-log-script
blob: feca5e9b7c86b1aaa5903f1c2ca3afde09531c7b [
file
] [
log
] [
blame
]
#!/bin/sh
git
-
rev
-
list
--
pretty $
(
git
-
rev
-
parse
--
default HEAD
"$@"
)
|
LESS
=-
S $
{
PAGER
:-
less
}