Sign in
code
/
git
/
5d6ccf5ce7f28e576a87f6c6f4f99fae90e06db6
/
.
/
git-whatchanged
blob: 4a348ed263ea654792f7d4aaf851be84766a9609 [
file
] [
log
] [
blame
]
#!/bin/sh
git
-
rev
-
list HEAD
|
git
-
diff
-
tree
--
stdin
-
v
-
r
"$@"
|
LESS
=
"$LESS -S"
$
{
PAGER
:-
less
}