git-apply: add "--check" option to check that the diff makes sense
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 22:10:02 +0000 (15:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 26 May 2005 22:10:02 +0000 (15:10 -0700)
commita577284aee793d71982e896b711c7b3d57e6bcf2
tree5ae1770f7c23dbc287969c5aa38b399650b2e879
parent0e87e048e161c6636fe6c0136a30092165b728d1
git-apply: add "--check" option to check that the diff makes sense

It currently only verifies the index against the working directory,
it doesn't actually verify the diff fragments themselves yet.
apply.c