projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
[git]
/
git-whatchanged
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}