repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-apply: find offset fragments, and really apply them
[git/dscho.git]
/
git-whatchanged
blob
4a348ed263ea654792f7d4aaf851be84766a9609
1
#!/bin/sh
2
git-rev-list HEAD | git-diff-tree
--stdin -v -r
"$@"
| LESS
=
"
$LESS
-S"
${PAGER:-less}