diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-12 13:40:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-12 13:40:03 -0700 |
commit | 40e88b95cdce955059e94d288e8ebdb7d1e9fa88 (patch) | |
tree | 5b009b1f6683c4e167d4d13816a7303a4d74fe1a /checkout-cache.c | |
parent | 727ff277878490f50a3acefdd1ce6a94b3c9f4c2 (diff) | |
download | git-40e88b95cdce955059e94d288e8ebdb7d1e9fa88.tar.gz |
Make "rev-tree" able to read its own output again from the cache.
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.
Diffstat (limited to 'checkout-cache.c')
0 files changed, 0 insertions, 0 deletions