| Interface | Description |
|---|---|
| GitDiffBuilder |
Extends the
diff-core builder with options specific to git diff. |
| GitDiffCoreBuilder<B extends GitDiffCoreBuilder<B>> | |
| GitDiffTreeBuilder |
| Enum | Description |
|---|---|
| GitChangeType |
A
git-specific extension of the general ChangeType enumeration more tightly linked to its change
output. |
| GitDiffColor |
Enumerates the possible modes for
git diff-core --color. |
| GitDiffHeader |
Defines headers which may appear in
git diff output. |
| GitDiffHeaderType |
Defines the type of data which is provided by a given
GitDiffHeader. |
| GitDiffOutput |
Enumerates output modes for
diff-core commands like diff, diff-tree and log. |
| GitDiffRenames |
Enumerates the possible modes for rename detection in
git diff-core. |
| GitDiffSegmentType |
A
git-specific extension of the general DiffSegmentType enumeration bound more tightly to standard
diff core output. |
| GitDiffTarget |
Possible targets for diff-related data.
|
| GitDiffWhitespace |
A flag for indicating how whitespace should be handled in a diff, such as being
ignored. |
Copyright © 2019 Atlassian. All rights reserved.