]> source.dussan.org Git - jgit.git/commit
Use HistogramDiff by default in DiffFormatter 45/1645/8
authorShawn O. Pearce <spearce@spearce.org>
Tue, 21 Sep 2010 22:26:03 +0000 (15:26 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 11 Oct 2010 21:37:00 +0000 (14:37 -0700)
commit6048f34c586daa5b6ada39ccfd397ae2b9fdbfb7
treeacb6357265d1d90189534347d957e19c09974a17
parent14da6e0b9d19ec7e0cb9b3427044e178f751a59c
Use HistogramDiff by default in DiffFormatter

Its behavior is similar to PatienceDiff, and runs nearly as fast,
often beating the performance of MyersDiff.

Change-Id: I43c3faefa8109f1a68ef57522bec9cf27b5df252
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffFormatter.java