refName property

String get refName

The reference name that this annotated commit refers to.

Returns an empty string if no reference name is associated with the commit.

Implementation

String get refName => bindings.refName(_annotatedCommitPointer);