GitAnnotatedTag interface

Git 批注标记。

属性

message

标记消息

name

批注标记的名称。

objectId

标记的 objectId (Sha1Id)。

taggedBy

用户信息和标记日期。

taggedObject

标记的 git 对象。

url

属性详细信息

message

标记消息

message: string

属性值

string

name

批注标记的名称。

name: string

属性值

string

objectId

标记的 objectId (Sha1Id)。

objectId: string

属性值

string

taggedBy

用户信息和标记日期。

taggedBy: GitUserDate

属性值

taggedObject

标记的 git 对象。

taggedObject: GitObject

属性值

url

url: string

属性值

string