Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Commit

A Git commit.

Hierarchy

Index

Properties

Information about the author of this commit. It includes name, email and date.

body?: string

The commit message without the first line and CR.

parentSHAs?: string[]

The SHAs for the parents of the commit.

sha: string

The commit SHA.

summary: string

The first line of the commit message.