On Tue, May 31, 2011 at 11:07:55PM -0000, jcor...@apache.org wrote: > Author: jcorvel > Date: Tue May 31 23:07:54 2011 > New Revision: 1129957 > > URL: http://svn.apache.org/viewvc?rev=1129957&view=rev > Log: > Add another knob, to make it possible to disable the prefix/suffix scanning > of the libsvn_diff processing with a simple define. > > * subversion/libsvn_diff/diff_file.c > (datasources_open): Wrap the calls to find_identical_prefix and > find_identical_suffix inside an #ifndef DISABLE_PREFIX_SUFFIX_SCANNING > block. > * notes/knobs > (): Document DISABLE_PREFIX_SUFFIX_SCANNING
This should probably be called SVN_DISABLE_PREFIX_SUFFIX_SCANNING.