Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Commit

A commit of a branch.

Hierarchy

  • Commit

Index

Properties

branch

branch: Branch

The underlying branch.

changes

changes: function

Returns all file changes.

returns

The result with the changes.

Type declaration

date

date: Moment.Moment

Commit date.

id

id: string

ID / hash.

index

index: number

The zero-based index inside the whole change history.

Optional subject

subject: string

Short version of commit message.

Generated using TypeDoc