]> source.dussan.org Git - jgit.git/commit
SimilarityIndex: Correct comment explaining the logic 97/1897/1
authorShawn O. Pearce <spearce@spearce.org>
Fri, 12 Nov 2010 19:50:38 +0000 (11:50 -0800)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 12 Nov 2010 19:56:57 +0000 (11:56 -0800)
commitf3b511568b5f6af219bd9c948092bbec46098484
tree91bb9be90f46738156a3e4982927eafdf0d672b9
parentb81b97fbddaab4bc2615fea5301f3eb39e3b03bd
SimilarityIndex: Correct comment explaining the logic

This comment was wrong, due to a copy-and-paste error.  Here the
code is looking at records of dst that do not exist in src, and
are skipping past them to find another match.

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