Skip to content

getAnnotatedCommit

Creates an Annotated Commit from the given commit.

Signature

ts
class Repository {
  getAnnotatedCommit(commit: Commit): AnnotatedCommit;
}

Parameters

  • commitrequired · Commit

    Commit to creates a Annotated Commit.

Returns

  • AnnotatedCommit

    An Annotated Commit created from commit.

Released under the MIT License.