Skip to main content

GitCommit

A Git commit.

type GitCommit {
abbreviatedOid: String
additions: Int
author: GitActor
authoredDate: String
committedDate: String
deletions: Int
message: String
messageBody: String
messageBodyHTML: String
messageHeadline: String
messageHeadlineHTML: String
oid: String
url: String
}

Fields

GitCommit.abbreviatedOid ● String scalar common

The abbreviated object ID for the commit.

GitCommit.additions ● Int scalar common

The number of lines added in the commit.

GitCommit.author ● GitActor object common

The author of the commit.

GitCommit.authoredDate ● String scalar common

When the commit was authored.

GitCommit.committedDate ● String scalar common

When the commit was committed.

GitCommit.deletions ● Int scalar common

The number of lines deleted in the commit.

GitCommit.message ● String scalar common

The full commit message.

GitCommit.messageBody ● String scalar common

The commit message body.

GitCommit.messageBodyHTML ● String scalar common

The commit message body rendered as HTML.

GitCommit.messageHeadline ● String scalar common

The commit message headline.

GitCommit.messageHeadlineHTML ● String scalar common

The commit message headline rendered as HTML.

GitCommit.oid ● String scalar common

The full object ID for the commit.

GitCommit.url ● String scalar common

The URL for the commit.

Member Of

GitCommitList object