]> git.ipfire.org Git - thirdparty/git.git/commit - read-cache.c
Make "write_cache()" and friends available as generic routines.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 19:09:27 +0000 (12:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 19:09:27 +0000 (12:09 -0700)
commit197ee8c97076ee784db9f4b5a9294e86f42d068c
treeccba05512dc3b5f46c5fd5caadb40ce79ffb944b
parent8d3af1d53255ac36494492720ebb83e932b0c0bc
Make "write_cache()" and friends available as generic routines.

This is needed for the change to make "read-tree" just read into the
cache (and then you do a "checkout-cache" to update your current dir
contents).
cache.h
read-cache.c
update-cache.c