git-apply: don't try to be clever about filenames and the index
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 22:05:59 +0000 (15:05 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 31 May 2005 22:05:59 +0000 (15:05 -0700)
It just causes things like "git-apply --stat" to parse traditional
patch headers differently depending on what your index is, which
is nasty.

No differences found