Module repository_9

Source

Structs§

Repository9
Repository9 : A git repository

Enums§

MergeCommitMessage
The default value for a merge commit message. - PR_TITLE - default to the pull request’s title. - PR_BODY - default to the pull request’s body. - BLANK - default to a blank commit message.
MergeCommitTitle
The default value for a merge commit title. - PR_TITLE - default to the pull request’s title. - MERGE_MESSAGE - default to the classic title for a merge message (e.g., Merge pull request #123 from branch-name).
SquashMergeCommitMessage
The default value for a squash merge commit message.
SquashMergeCommitTitle
The default value for a squash merge commit title.
Visibility