]> git.ipfire.org Git - thirdparty/git.git/commit - checkout-index.c
Add a "checkout-cache" command which does what the name suggests.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 16:53:05 +0000 (09:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 16:53:05 +0000 (09:53 -0700)
commit33db5f4d9027a10e477ccf054b2c1ab94f74c85a
tree83941fd0e146733198bcc5fe8c06d50dc9e6c225
parent734aab758cc2b9f5e2ed43375dbfec1b5bfde43b
Add a "checkout-cache" command which does what the name suggests.

I'll also eventually change "read-tree" to only update the cache
information, instead of doing a checkout of the tree. Much nicer.
Makefile
checkout-cache.c [new file with mode: 0644]