]> source.dussan.org Git - jgit.git/commit
Cache the diff configuration section 54/1054/1
authorShawn O. Pearce <spearce@spearce.org>
Sun, 4 Jul 2010 01:16:20 +0000 (18:16 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 4 Jul 2010 01:17:52 +0000 (18:17 -0700)
commite9de5643fad6abdfe081d1a11416f2e4fa669038
treece879e2727f1743adcaeaf5b03d9ff14716b9168
parent8a0c58394db1bdea64737ed683d6c32639e567d9
Cache the diff configuration section

This way we don't have to reparse for the rename limit every time
we create a new rename detector for a repository.

Change-Id: I669d031690b85ef4da5e39189be7173fb773fc56
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffConfig.java [new file with mode: 0644]
org.eclipse.jgit/src/org/eclipse/jgit/diff/RenameDetector.java