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)
commit1e3f6b6e64511491d86ac7ce447ee26cea362d12
tree5b09f7ee0529c5cb5e5c06c66ff6385990cc5599
parent587e49405be6c4053a69ee8a938660125aa1b51f
git-apply: more consistency checks on gitdiff filenames

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.
apply.c