Namespaces

Types in GitSharp

Type Tag

Namespace GitSharp

Parent AbstractObject

Interfaces IReferenceObject

Represents a git tag.

Properties

Public properties

string Hash get;

bool IsBlob get;

bool IsCommit get;

bool IsTag get;

bool IsTree get;

string Name get;

The tag name.

Repository Repository get;

string ShortHash get;

AbstractObject Target get;

The object that has been tagged.