]> source.dussan.org Git - jgit.git/commit
Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property. 48/1948/3
authorMarc Strapetz <marc.strapetz@syntevo.com>
Fri, 26 Nov 2010 10:07:04 +0000 (11:07 +0100)
committerMarc Strapetz <marc.strapetz@syntevo.com>
Mon, 29 Nov 2010 16:14:07 +0000 (17:14 +0100)
commite147fbcd6646f1746073d4d6b8f07ab1ee41b08c
tree7caaa07e90c8b324161e7e4a2fcbf1bee1af2733
parent7e298c9ed538dd8d5207adce3497b4a1df701dc5
Fix DiffConfig to understand "copy" resp. "copies" for diff.renames property.

Rename detection should be considered enabled if
diff.renames config property is set to "copy" or "copies", instead of
throwing IllegalArgumentException.

Change-Id: If55d955e37235d4d00f5b0febd6aa10c0e27814e
org.eclipse.jgit/src/org/eclipse/jgit/diff/DiffConfig.java
org.eclipse.jgit/src/org/eclipse/jgit/util/StringUtils.java