index
:
git.git
main
maint
master
next
seen
todo
The core git plumbing
Junio C. Hamano
about
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
}