author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 23 Apr 2005 00:15:28 +0000 (17:15 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 23 Apr 2005 00:15:28 +0000 (17:15 -0700) | ||
commit | b5af9107270171b79d46b099ee0b198e653f3a24 | |
tree | 8284e5e732d110051beb6281e423488b74ee7593 | tree | snapshot |
parent | 94537c78a82619b2625cb827ec0094703579bfed | commit | 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.
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.
cache.h | diff | blob | history | |
diff-cache.c | diff | blob | history | |
read-cache.c | diff | blob | history |