aboutsummaryrefslogtreecommitdiff
path: root/checkout-cache.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-12 13:40:03 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-12 13:40:03 -0700
commit40e88b95cdce955059e94d288e8ebdb7d1e9fa88 (patch)
tree5b009b1f6683c4e167d4d13816a7303a4d74fe1a /checkout-cache.c
parent727ff277878490f50a3acefdd1ce6a94b3c9f4c2 (diff)
downloadgit-40e88b95cdce955059e94d288e8ebdb7d1e9fa88.tar.gz
git-40e88b95cdce955059e94d288e8ebdb7d1e9fa88.tar.xz
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