Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommitIdentity

A tuple of name, email, and a date for the author or commit info in a commit.

Hierarchy

  • CommitIdentity

Index

Properties

email: string

The email address for the user who did the commit.

name: string

The name for the commit.

timestamp: string

The date of the commit in ISO format.