Skip to content

committer

Get the committer of this reflog entry.

Signature

ts
class ReflogEntry {
  committer(): Signature;
}

Returns

  • Signature

    Committer signature of this reflog entry.

    • emailrequired · string

      Email on the signature.

    • namerequired · string

      Name on the signature.

    • timestamprequired · number

      Time in seconds, from epoch

Released under the MIT License.