CommitCompare
Lists information about relevant commits for the specified BASE and HEAD references.
Columns
Name | Type | References | OrderBySupport | Description |
Type [KEY] | String | The type of the commit. | ||
Id [KEY] | String |
Commits.Id | The unique Node ID for the commit. | |
Oid | String |
Commits.Oid | The unique SHA identifier for the commit. | |
Url | String | The URL for accessing this commit. | ||
HtmlUrl | String | The HTML URL to view this commit in a web browser. | ||
CommentsUrl | String | The URL for accessing comments related to this commit. | ||
CommentCount | Int | The number of comments on this commit. | ||
TreeSha | String | The SHA of the tree object associated with this commit. | ||
TreeUrl | String | The URL to access the tree structure for this commit. | ||
GitUrl | String | The URL for accessing Git information about this commit. | ||
Message | String | The commit message describing the changes. | ||
AuthorName | String | The name of the author who made the commit. | ||
AuthorEmail | String | The email address the author who made the commit. | ||
AuthorLogin | String | The GitHub username of the author. | ||
AuthorId | Int | The unique identifier of the author. | ||
AuthorNodeId | String | The unique Node ID of the author. | ||
AuthorAvatarUrl | String | The URL of the author's avatar image. | ||
AuthorGravatarId | String | The Gravatar ID associated with the author. | ||
AuthorUrl | String | The API URL for accessing the author's profile. | ||
AuthorHtmlUrl | String | The HTML URL to view the author's profile. | ||
AuthorFollowersUrl | String | The URL to access the author's followers. | ||
AuthorFollowingUrl | String | The URL to access the authors the user is following. | ||
AuthorGistsUrl | String | The URL to access the author's gists. | ||
AuthorStarredUrl | String | The URL to access the repositories starred by the author. | ||
AuthorSubscriptionsUrl | String | The URL to access the author's subscriptions. | ||
AuthorOrganizationsUrl | String | The URL to access the organizations the author belongs to. | ||
AuthorReposUrl | String | The URL to access the author's repositories. | ||
AuthorEventsUrl | String | The URL to access the events performed by the author. | ||
AuthorReceivedEventsUrl | String | The URL to access events received by the author. | ||
AuthorType | String | The type of author. | ||
AuthorSiteAdmin | Bool | Indicates whether the author is a site admin. | ||
AuthorStarredAt | Datetime | The timestamp when the author starred this repository. | ||
AuthorDate | Datetime | The date and time when the commit was authored. | ||
CommitterName | String | The name of the committer who committed the changes. | ||
CommitterEmail | String | The email address of the committer. | ||
CommitterLogin | String | The GitHub username of the committer. | ||
CommitterId | Int | The unique identifier of the committer. | ||
CommitterNodeId | String | The unique Node ID of the committer. | ||
CommitterAvatarUrl | String | The URL of the committer's avatar image. | ||
CommitterGravatarId | String | The Gravatar ID associated with the committer. | ||
CommitterUrl | String | The API URL for accessing the committer's profile. | ||
CommitterHtmlUrl | String | The HTML URL to view the committer's profile. | ||
CommitterFollowersUrl | String | The URL to access the committer's followers. | ||
CommitterFollowingUrl | String | The URL to access the committers the user is following. | ||
CommitterGistsUrl | String | The URL to access the committer's gists. | ||
CommitterStarredUrl | String | The URL to access the repositories starred by the committer. | ||
CommitterSubscriptionsUrl | String | The URL to access the committer's subscriptions. | ||
CommitterOrganizationsUrl | String | The URL to access the organizations the committer belongs to. | ||
CommitterReposUrl | String | The URL to access the committer's repositories. | ||
CommitterEventsUrl | String | The URL to access events performed by the committer. | ||
CommitterReceivedEventsUrl | String | The URL to access events received by the committer. | ||
CommitterType | String | The type of committer. | ||
CommitterSiteAdmin | Bool | Indicates whether the committer is a site admin. | ||
CommitterStarredAt | Datetime | The timestamp when the committer starred this repository. | ||
CommitterDate | Datetime | The date and time when the commit was committed. | ||
VerificationVerified | Bool | Indicates whether the commit has been verified. | ||
VerificationReason | String | The reason for the verification status of the commit. | ||
VerificationPayload | String | The payload used for commit verification. | ||
VerificationSignature | String | The signature used for verifying the commit. | ||
StatsAdditions | Int | The number of lines added in this commit. | ||
StatsDeletions | Int | The number of lines deleted in this commit. | ||
StatsTotal | Int | The total number of lines changed in this commit. | ||
Parents | String | The list of parent commits for this commit. | ||
Base | String | The ref that serves as the BASE for a comparison. | ||
Head | String | The ref that serves as the HEAD for a comparison. |