Uses of Package
org.eclipse.jgit.diff
Packages that use org.eclipse.jgit.diff
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Content and commit history merge algorithms.
Patch file parser and data structure.
Walking revision graphs (commit history).
Git submodule support.
-
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.apiClassDescriptionA value class representing a change to a fileFormat a Git style patch script.Equivalence function for
RawText
. -
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.blame
-
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.diffClassDescriptionSupplies the content of a file for
DiffFormatter
.A pair of sources to access the old and new sides of a DiffEntry.Supported diff algorithmKeeps track of diff related configuration options.Permissible values fordiff.renames
.A value class representing a change to a fileGeneral type of change a single file-level patch describes.Specify the old or new side for more generalized access.Format a Git style patch script.A modified region detected between two versions of roughly the same content.Type of editSpecialized list ofEdit
s in a document.Wraps aSequence
to assign hash codes to elements.Wrap another comparator for use withHashedSequence
.Compares two sequences primarily based upon hash codes.A class to help bisecting the sequences a and b to find minimal edit paths.A Sequence supporting UNIX formatted text in byte[] format.Equivalence function forRawText
.Detect and resolve object renames.Arbitrary sequence of elements.Equivalence function for aSequence
compared by difference algorithm.Index structure of lines/blocks in one file.Thrown bycreate()
when file is too large.Wraps aSequence
to have a narrower range of elements.Wrap another comparator for use withSubsequence
. -
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.mergeClassDescriptionA modified region detected between two versions of roughly the same content.A Sequence supporting UNIX formatted text in byte[] format.Arbitrary sequence of elements.Equivalence function for a
Sequence
compared by difference algorithm. -
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.patch
-
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.pgmClassDescriptionSupported diff algorithmA value class representing a change to a fileFormat a Git style patch script.Equivalence function for
RawText
. -
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.pgm.debug
-
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.revwalkClassDescriptionKeeps track of diff related configuration options.A value class representing a change to a file
-
Classes in org.eclipse.jgit.diff used by org.eclipse.jgit.submodule