commit | b5af9107270171b79d46b099ee0b198e653f3a24 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Apr 22 17:15:28 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Fri Apr 22 17:15:28 2005 -0700 |
tree | 8284e5e732d110051beb6281e423488b74ee7593 | |
parent | 94537c78a82619b2625cb827ec0094703579bfed [diff] |
New "diff-cache" implementation. This one is about a million times simpler, and much more likely to be correct too. Instead of trying to match up a tree object against the index, we just read in the tree object side-by-side into the index, and just walk the resulting index file. This was what all the read-tree cleanups were all getting to.