Commit

class Commit

Returns information about a specific commit.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Any other data associated with the specified commit.

Link copied to clipboard

Information about the author of the specified commit. Information includes the date in timestamp format with GMT offset, the name of the author, and the email address for the author, as configured in Git.

Link copied to clipboard

The full SHA ID of the specified commit.

Link copied to clipboard

Information about the person who committed the specified commit, also known as the committer. Information includes the date in timestamp format with GMT offset, the name of the committer, and the email address for the committer, as configured in Git.

Link copied to clipboard

The commit message associated with the specified commit.

Link copied to clipboard

A list of parent commits for the specified commit. Each parent commit ID is the full commit ID.

Link copied to clipboard

Tree information for the specified commit.

Functions

Link copied to clipboard
inline fun copy(block: Commit.Builder.() -> Unit = {}): Commit
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String