author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 5 Jun 2005 21:05:43 +0000 (14:05 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 5 Jun 2005 21:05:43 +0000 (14:05 -0700) | ||
commit | 5aa7d94cd6376b2c9a7fa7bdc33fb306b940360a | |
tree | e2f7e9c2d7a0b1da2313039a65ccb3aefd1dc55c | tree | snapshot |
parent | 30996652e752d5fdf18f6978a70905747d1fdabc | commit | diff |
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..
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 | diff | blob | history |