# Functions
AppendCoauthorMarkup appends Co-Authored-By markup to a commit message.
No description provided by the author
CommitTemplatePath is ported from git-mob/src/git-message/index/commitTemplatePath.
FormatCoAuthorList takes a list of authors in the form "name <email>" and formats them as a newline-separated list of Co-authored-by tags.
Path is ported from git-mob/src/git-message/index/gitMessagePath.
No description provided by the author
No description provided by the author
# Constants
amending: followed by a commit object name (if a -c, -C or --amend option was given).
commit: source not provided.
No description provided by the author
merge-commit: if the commit is a merge or a .git/MERGE_MSG file exists.
commit-with-message: if a -m or -F option was given.
squash-commit: if a .git/SQUASH_MSG file exists.
commit-with-template: if a -t option was given or the configuration option commit.template is set.
comments from: https://git-scm.com/docs/githooks#_prepare_commit_msg.
# Type aliases
No description provided by the author