git2r (version 0.21.0)

git_tag-class: S4 class to handle a git tag

Description

Class "git_tag"

Arguments

Slots

sha

The 40 character hexadecimal string of the SHA-1

message

The message of the tag

name

The name of the tag

tagger

The tagger (author) of the tag

target

The target of the tag

repo

The S4 class git_repository that contains the tag