]> asedeno.scripts.mit.edu Git - git.git/commit
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)
commita4acb0eb140d80141ac564a09219a10c3ab76449
tree16ddcc1b79114d9bd9eb23616e00cbd853407adf
parent46979f567bde4c299fa18fdc72180361511b0057
git-apply: parse the diff headers (both traditional and new)

.. 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.
apply.c