]> git.neil.brown.name Git - wiggle.git/commit
Hack to improve view of ignore-blank conflicts.
authorNeilBrown <neilb@suse.de>
Fri, 23 Aug 2013 04:24:14 +0000 (14:24 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 23 Aug 2013 04:24:14 +0000 (14:24 +1000)
commit65677488516842a932ecb48a7483c57a1d4673cb
tree371d35ab2d2f9682788d451ba010b2de31caf1b2
parentb1a40fca593ad9763479ed5063c2a18d616105d3
Hack to improve view of ignore-blank conflicts.

  cd tests/contrib/abstract
  ../../../wiggle -Bb orig new new2
select the "central" and type 'x' so it disappears and note
that the only remaining difference is that "computational"
has been deleted.
Without this patch you only see one '-' line and no '+' line.

However the result isn't perfect as
   ./wiggle -Bp demo.patch
 visit the README file
 page down to waht "You can use 'o'  ..." as added.
And note that there is a '-' blank line and a '+' blank line.
These are unwanted and added by this patch.

Signed-off-by: NeilBrown <neilb@suse.de>
vpatch.c