共用方式為


GitCommitRef interface

提供描述 Git 認可和相關聯中繼資料的屬性。

屬性

author

認可作者。

changeCounts

認可 (編輯、刪除等) 變更類型的計數。

changes

認可中包含的變更列舉。

comment

認可批註或訊息。

commentTruncated

指出批註是否從完整的 Git 認可批註訊息截斷。

commitId

認可 (SHA-1) 識別碼。

committer

認可者。

commitTooManyChanges

表示認可包含太多變更無法顯示

parents

這個認可之父認可識別碼的列舉。

push

與此認可相關聯的推送。

remoteUrl

認可的遠端 URL 路徑。

statuses

來自服務和延伸模組的狀態中繼資料清單,可將其他資訊與認可產生關聯。

url

此資源的 REST URL。

workItems

與此認可相關聯的工作專案清單。

屬性詳細資料

author

認可作者。

author: GitUserDate

屬性值

changeCounts

認可 (編輯、刪除等) 變更類型的計數。

changeCounts: ChangeCountDictionary

屬性值

changes

認可中包含的變更列舉。

changes: GitChange[]

屬性值

comment

認可批註或訊息。

comment: string

屬性值

string

commentTruncated

指出批註是否從完整的 Git 認可批註訊息截斷。

commentTruncated: boolean

屬性值

boolean

commitId

認可 (SHA-1) 識別碼。

commitId: string

屬性值

string

committer

認可者。

committer: GitUserDate

屬性值

commitTooManyChanges

表示認可包含太多變更無法顯示

commitTooManyChanges: boolean

屬性值

boolean

parents

這個認可之父認可識別碼的列舉。

parents: string[]

屬性值

string[]

push

與此認可相關聯的推送。

push: GitPushRef

屬性值

remoteUrl

認可的遠端 URL 路徑。

remoteUrl: string

屬性值

string

statuses

來自服務和延伸模組的狀態中繼資料清單,可將其他資訊與認可產生關聯。

statuses: GitStatus[]

屬性值

url

此資源的 REST URL。

url: string

屬性值

string

workItems

與此認可相關聯的工作專案清單。

workItems: ResourceRef[]

屬性值