index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
git-whatchanged
blob: 4a348ed263ea654792f7d4aaf851be84766a9609 (
plain
)
1
2
#!/bin/sh
git-rev-list
HEAD
|
git-diff-tree
--stdin
-v
-r
"
$@
"
|
LESS
=
"
$LESS
-S"
${
PAGER
:-
less
}