author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 5 Jun 2005 21:26:50 +0000 (14:26 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 5 Jun 2005 21:26:50 +0000 (14:26 -0700) | ||
commit | 33f4d087a95a537095371a2fe02b96787518f389 | |
tree | f6b112a11c13afd300d624741055ddedb77ba193 | tree | snapshot |
parent | a48e1d67e167507091f25dc00e2bd6c280fa538e | commit | diff |
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.
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 | diff | blob | history |