git-apply: parse the diff headers (both traditional and new)
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 23:09:09 +0000 (16:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 23 May 2005 23:09:09 +0000 (16:09 -0700)
.. and print out the information. This sets up all the pathname
information, and whether it's a new file, deleted file, rename,
copy or whatever.

It's slowly getting to the point where it all comes together,
and we can actually apply all the information that we've gathered.

No differences found