Start implementing "git-apply"
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 17:52:17 +0000 (10:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 17:52:17 +0000 (10:52 -0700)
commitc1bb93502012b710ec5a31dff62d4aca7bf51adc
treea66dedcdcfe71cec93fa662ff908b1ac4358b404
parent2cb45e95438c113871fbbea5b4f629f9463034e7
Start implementing "git-apply"

This applies git patches (and old-style unified diffs)
in the index, rather than doing it in the working directory.

That allows for a lot more flexibility, and means that if a
patch fails, we aren't going to mess up the working directory.

NOTE! This is just the first cut at it, and right now it only
parses the incoming patch, it doesn't actually apply it yet.
Makefile
apply.c [new file with mode: 0644]