Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the parsed properties of a conventional commit git log.

Hierarchy

  • GitLog

Index

Properties

body?: string

The body of the conventional commit message (long description).

footer?: string

The footer of the conventional commit message (containing references).

hash: string

The hash of of the referenced commit.

header: string

The whole conventional commit message.

mentions?: string

Mentioned contributer.

merge?: string

The merge text of the commit message.

notes: GitNote[]

Parsed footer notes (ex. BREAKING CHANGE)

references?: GitReference[]

Parsed footer references (ex. closes #39)

revert?: string

States if the commit is a revert commit.

scope?: string

Conventional commit scope (group).

subject: string

The conventional commit message without the type and scope.

type: string

Conventional commit type.