Sign in
code
/
git
/
1cc92ff6cab993c119a5d125a04a5a4e9cc4b09e
/
.
/
git-whatchanged
blob: 7772260cd30e8f9a849f2857db3f3fd40e630d4f [
file
] [
log
] [
blame
]
#!/bin/sh
git
-
rev
-
list HEAD
|
git
-
diff
-
tree
--
stdin
--
pretty
-
r
"$@"
|
LESS
=
"$LESS -S"
$
{
PAGER
:-
less
}