From: Linus Torvalds Date: Tue, 24 May 2005 02:54:55 +0000 (-0700) Subject: git-apply: more consistency checks on gitdiff filenames X-Git-Tag: v0.99~476 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e3f6b6e64511491d86ac7ce447ee26cea362d12?ds=inline;hp=1e3f6b6e64511491d86ac7ce447ee26cea362d12 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. ---