]> git.neil.brown.name Git - wiggle.git/commit
isolate_conflicts: don't look for eol that cannot be there.
authorNeil Brown <neilb@suse.de>
Thu, 10 May 2012 07:09:52 +0000 (17:09 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 10 May 2012 07:09:52 +0000 (17:09 +1000)
commit342720e689e2aa03e893f4187b69fa0386daae42
tree3b5afb68406524dded072317f10c8eedcf0a70cb
parent01035240ba80b798d1e50fe1ded28f66a939687c
isolate_conflicts: don't look for eol that cannot be there.

When looking for 'wiggles' we need to track whole lines
in the original file.  But when looking for an end-of-line
we shouldn't look at an merge-item that doesn't even
exist in the original file.

Reported-by: Chris Peterson <cpeterso@cpeterso.com>
Signed-off-by: NeilBrown <neilb@suse.de>
merge2.c