git-apply: find offset fragments, and really apply them
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 19:16:32 +0000 (12:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 19:16:32 +0000 (12:16 -0700)
This applies the fragments in memory, but doesn't actually
write the results out to the files yet. But we now do all the
difficult parts, the rest is just basically writing the
results out and updating the index.

No differences found