repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Fix unpack-objects for header length information.
[alt-git.git]
/
git-whatchanged
blob
6fbd115601ed7c95c66111954ffe3b6246702106
1
#!/bin/sh
2
git-rev-list $
(
git-rev-parse
--default
HEAD
--revs-only
"$@"
)
|
3
git-diff-tree
--stdin --pretty -r
$
(
git-rev-parse
--no-revs
"$@"
)
|
4
LESS
=
"
$LESS
-S"
${PAGER:-less}