git-apply: more consistency checks on gitdiff filenames
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 24 May 2005 02:54:55 +0000 (19:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 24 May 2005 02:54:55 +0000 (19:54 -0700)
There's some duplication of filenames when doing filename operations
(creates, deletes, renames and copies), and this makes us verify that
the pathnames match when they should.

No differences found