GitReadonlyInterface
The read-only interface to a git repository, used to define settings.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConsoleGitReadableOnlyclass JGit
Members list
Value members
Abstract methods
The currently checked out branch.
The currently checked out branch.
Attributes
The local branches
The local branches
Attributes
The current tags associated with the local repository (at its HEAD).
The current tags associated with the local repository (at its HEAD).
Attributes
Version of the software as returned by git describe --tags
. Any patterns provided are used as per --match
Version of the software as returned by git describe --tags
. Any patterns provided are used as per --match
Attributes
Whether there are uncommitted changes (i.e. whether any tracked file has changed)
Whether there are uncommitted changes (i.e. whether any tracked file has changed)
Attributes
The current commit date of the local repository in ISO-8601 format, or none.
The current commit date of the local repository in ISO-8601 format, or none.
Attributes
The message of current commit *
The message of current commit *
Attributes
The current commit SHA of the local repository, or none.
The current commit SHA of the local repository, or none.
Attributes
The remote branches
The remote branches
Attributes
The remote origin as returned by git ls-remote --get-url origin
.
The remote origin as returned by git ls-remote --get-url origin
.