git-apply: find offset fragments, and really apply them
commit6e7c92a91d2706ddd9955cb9807b65a63b0bbfdf
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 19:16:32 +0000 (5 12:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 19:16:32 +0000 (5 12:16 -0700)
tree52d88d92fd9f827e1e4aa9ee6a798cbf704c104d
parent3cca928d4aae691572ef9a73dcc29a04f66900a1
git-apply: find offset fragments, and really apply them

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.
apply.c