GitAnnotatedTag interface

A Git annotated tag.

Properties

message

The tagging Message

name

The name of the annotated tag.

objectId

The objectId (Sha1Id) of the tag.

taggedBy

User info and date of tagging.

taggedObject

Tagged git object.

url

Property Details

message

The tagging Message

message: string

Property Value

string

name

The name of the annotated tag.

name: string

Property Value

string

objectId

The objectId (Sha1Id) of the tag.

objectId: string

Property Value

string

taggedBy

User info and date of tagging.

taggedBy: GitUserDate

Property Value

taggedObject

Tagged git object.

taggedObject: GitObject

Property Value

url

url: string

Property Value

string