]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Optionally support old diffs
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 17 Feb 2006 14:23:16 +0000 (15:23 +0100)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Feb 2006 00:32:41 +0000 (16:32 -0800)
commit5b5d4d9e1b31997b3179e6a253d47b7eea03d0fa
tree02d77f8531075a56ed6dc904a02b45c91b379ed3
parent8e1618f9612a78ea09b2a926797c781fe06027c9
Optionally support old diffs

Some versions of diff do not correctly detect a missing new-line at the end
of the file under certain circumstances.

When defining NO_ACCURATE_DIFF, work around this bug.

Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
apply.c