git-apply: actually apply patches and update the index
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 21:05:43 +0000 (14:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 21:05:43 +0000 (14:05 -0700)
commit5aa7d94cd6376b2c9a7fa7bdc33fb306b940360a
treee2f7e9c2d7a0b1da2313039a65ccb3aefd1dc55c
parent30996652e752d5fdf18f6978a70905747d1fdabc
git-apply: actually apply patches and update the index

We update the index only if the "--index" flag is given,
so you can actually use this as a strange kind of "patch"
program even for non-git usage. Not that you'd likely
want to, but it comes in handy for testing.

This _should_ more or less get everythign right, but as
usual I leave the testing to the usrs..
apply.c