From: Linus Torvalds Date: Mon, 23 May 2005 23:09:09 +0000 (-0700) Subject: git-apply: parse the diff headers (both traditional and new) X-Git-Tag: v0.99~485 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a4acb0eb140d80141ac564a09219a10c3ab76449?ds=inline;hp=a4acb0eb140d80141ac564a09219a10c3ab76449 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. ---