]> source.dussan.org Git - jgit.git/commit
Apply tree filter marks when pairing DiffEntry for renames 69/12969/2
authorRobin Stocker <robin@nibor.org>
Sun, 19 May 2013 13:19:35 +0000 (15:19 +0200)
committerGerrit Code Review @ Eclipse.org <gerrit@eclipse.org>
Fri, 24 May 2013 15:32:31 +0000 (11:32 -0400)
commitade8af729ce5c30d3c89124893b7fefbce954f08
treec0840aa35cefd731670883d97fe40bad4de6e801
parent10a62e11763043bafa0b10a36628173c3d6c382e
Apply tree filter marks when pairing DiffEntry for renames

When using a RenameDetector to generate new DiffEntries after using
DiffEntry.scan, the treeFilterMarks of the original entries were lost.
Now it combines the marks from src and dst.

See EGit bug 335082 where this is used.

Change-Id: I72b34b10ca12e3a6bd10ce44f4fa05b193fc52cc
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffEntry.java