git-apply: fix rename header parsing
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 21:26:50 +0000 (14:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 21:26:50 +0000 (14:26 -0700)
commit33f4d087a95a537095371a2fe02b96787518f389
treef6b112a11c13afd300d624741055ddedb77ba193
parenta48e1d67e167507091f25dc00e2bd6c280fa538e
git-apply: fix rename header parsing

It's not "rename from" and "rename to", it's "rename old" and "rename new".

Which is illogical and doesn't match the "copy from/to" case, but that's
life. Maybe Junio will fix it up one of these days.
apply.c