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