GitCommitRef interface
提供描述 Git 認可和相關聯中繼資料的屬性。
屬性
author | 認可作者。 |
change |
認可 (編輯、刪除等) 變更類型的計數。 |
changes | 認可中包含的變更列舉。 |
comment | 認可批註或訊息。 |
comment |
指出批註是否從完整的 Git 認可批註訊息截斷。 |
commit |
認可 (SHA-1) 識別碼。 |
committer | 認可者。 |
commit |
表示認可包含太多變更無法顯示 |
parents | 這個認可之父認可識別碼的列舉。 |
push | 與此認可相關聯的推送。 |
remote |
認可的遠端 URL 路徑。 |
statuses | 來自服務和延伸模組的狀態中繼資料清單,可將其他資訊與認可產生關聯。 |
url | 此資源的 REST URL。 |
work |
與此認可相關聯的工作專案清單。 |
屬性詳細資料
author
changeCounts
changes
comment
認可批註或訊息。
comment: string
屬性值
string
commentTruncated
指出批註是否從完整的 Git 認可批註訊息截斷。
commentTruncated: boolean
屬性值
boolean
commitId
認可 (SHA-1) 識別碼。
commitId: string
屬性值
string
committer
commitTooManyChanges
表示認可包含太多變更無法顯示
commitTooManyChanges: boolean
屬性值
boolean
parents
這個認可之父認可識別碼的列舉。
parents: string[]
屬性值
string[]
push
remoteUrl
認可的遠端 URL 路徑。
remoteUrl: string
屬性值
string
statuses
url
此資源的 REST URL。
url: string
屬性值
string