Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Make "rev-tree" able to read its own output again from the cache.
author
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 12 Apr 2005 20:40:03 +0000
(13:40 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Tue, 12 Apr 2005 20:40:03 +0000
(13:40 -0700)
Also, add "date" information to the output so that you can do something
like this:
rev-tree `cat .git/HEAD` | sort -nr | cut -d' ' -f2 | while read i; do cat-file commit $i; done
which basically becomes a "git log" (aka "git changes") where things are
sorted by time.
raw
|
patch
| inline |
side by side
(from:
40e88b9
)
No differences found