Magidoc

Tag
Object

Represents a Git tag.

Fields

#

abbreviatedOid

Non-null

An abbreviated version of the Git object ID

commitResourcePath

Non-null

The HTTP path for this Git object

commitUrl

Non-null

The HTTP URL for this Git object

id

ID !
Non-null

The Node ID of the Tag object

message

The Git tag message.

name

Non-null

The Git tag name.

oid

Non-null

The Git object ID

repository

Non-null

The Repository the Git object belongs to

tagger

Details about the tag author.

target

Non-null

The Git object the tag points to.

Interfaces

#

Also implements GitObject , Node .