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 declared as DiffConfigFields in org.eclipse.jgit.diff with type parameters of type DiffConfigModifier and TypeFieldDescriptionstatic final Config.SectionParser<DiffConfig>DiffConfig.KEYKey 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
Fields in org.eclipse.jgit.revwalk declared as DiffConfigMethods in org.eclipse.jgit.revwalk with parameters of type DiffConfigModifier and TypeMethodDescriptionstatic FollowFilterFollowFilter.create(String path, DiffConfig cfg) Create a new tree filter for a user supplied path.private voidTreeRevFilter.updateFollowFilter(ObjectId[] trees, DiffConfig cfg) Constructors in org.eclipse.jgit.revwalk with parameters of type DiffConfig