CommitFiles
Lists information about changed files for commits.
Columns
Name | Type | References | OrderBySupport | Description |
CommitId [KEY] | String |
Commits.Id | The Node ID of the commit. | |
CommitOid | String |
Commits.Oid | The SHA of the commit. | |
Sha [KEY] | String | The SHA of the file. | ||
FileName | String | The name of the changed file. | ||
Additions | Int | The number of additions. | ||
Deletions | Int | The number of deletions. | ||
Changes | Int | The number of changes. | ||
Status | String | The status of the changed file. | ||
BlobUrl | String | A link to the changed file in blob format. | ||
RawUrl | String | A direct link to the changed file's raw content. | ||
ContentsUrl | String | A link to the changed file served by the content management system. | ||
Patch | String | The changes to the file in the format of a diff. | ||
PreviousFileName | String | The name of the file before the changes. |