public class DiffConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiffConfig.RenameDetectionType
Permissible values for
diff.renames . |
Modifier and Type | Field and Description |
---|---|
static Config.SectionParser<DiffConfig> |
KEY
Key for
Config.get(SectionParser) . |
Modifier and Type | Method and Description |
---|---|
DiffConfig.RenameDetectionType |
getRenameDetectionType() |
int |
getRenameLimit() |
boolean |
isNoPrefix() |
boolean |
isRenameDetectionEnabled() |
public static final Config.SectionParser<DiffConfig> KEY
Config.get(SectionParser)
.public boolean isNoPrefix()
public boolean isRenameDetectionEnabled()
public DiffConfig.RenameDetectionType getRenameDetectionType()
public int getRenameLimit()
Copyright © 2017 Eclipse JGit Project. All rights reserved.