]> git.ipfire.org Git - thirdparty/git.git/commit - builtin-apply.c
git-apply: first cut at actually checking fragment data
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 18:03:13 +0000 (11:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 18:03:13 +0000 (11:03 -0700)
commit3cca928d4aae691572ef9a73dcc29a04f66900a1
tree0c88f6bf09bb8fabcf2f886ab333094b704db90b
parent477606f57d6b1cce3f354d394be26745b92808f7
git-apply: first cut at actually checking fragment data

Right now it requires that the fragment offsets be exact,
and it doesn't actually apply the fragment yet, but it
does find where it goes and verify the data.

Next step: actually applying the fragment changes.
apply.c