]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/read-tree.c
Make "read-tree" read the tree into the current directory cache.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 19:11:25 +0000 (12:11 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 9 Apr 2005 19:11:25 +0000 (12:11 -0700)
commit83adac3c57ad8cd2c8d44b525414b949950e316d
tree314297184c51fc558a83b8701a83f28a0e740d7a
parent197ee8c97076ee784db9f4b5a9294e86f42d068c
Make "read-tree" read the tree into the current directory cache.

It will no longer update the actual working directory, just the
cache. To update the working directory, you need to use "checkout-cache".
checkout-cache.c
read-tree.c