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()
Get the rename detection type
|
int |
getRenameLimit()
Get the rename limit
|
boolean |
isNoPrefix()
If prefix should be suppressed
|
boolean |
isRenameDetectionEnabled()
If rename detection is enabled
|
public static final Config.SectionParser<DiffConfig> KEY
Config.get(SectionParser)
.public boolean isNoPrefix()
public boolean isRenameDetectionEnabled()
public DiffConfig.RenameDetectionType getRenameDetectionType()
public int getRenameLimit()
Copyright © 2020 Eclipse JGit Project. All rights reserved.