Uses of Class
org.eclipse.jgit.diff.DiffConfig
Packages that use DiffConfig
Package
Description
Comparing file contents by computing diffs.
Walking revision graphs (commit history).
-
Uses of DiffConfig in org.eclipse.jgit.diff
Fields in org.eclipse.jgit.diff with type parameters of type DiffConfigModifier and TypeFieldDescriptionstatic final Config.SectionParser<DiffConfig>
DiffConfig.KEY
Key forConfig.get(SectionParser)
.Constructors in org.eclipse.jgit.diff with parameters of type DiffConfigModifierConstructorDescriptionRenameDetector
(ObjectReader reader, DiffConfig cfg) Create a new rename detector with a specified reader and diff config. -
Uses of DiffConfig in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk with parameters of type DiffConfigModifier and TypeMethodDescriptionstatic FollowFilter
FollowFilter.create
(String path, DiffConfig cfg) Create a new tree filter for a user supplied path.