Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelLipski committed Dec 7, 2023
1 parent 036b588 commit 3b5dff3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/man/git-machete.1
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ If \fB\&.git/info/reviewers\fP file is present, its contents (one GitHub login p
.sp
The subject of the first unique commit of the branch is used as PR title.
If \fB\&.git/info/description\fP or \fB\&.github/pull_request_template.md\fP file is present, its contents are used as PR description.
Otherwise (or if \fBmachete.github.forceDescriptionFromCommitMessage\fP) is set, PR description is taken from message body of the first unique commit of the branch.
Otherwise (or if \fBmachete.github.forceDescriptionFromCommitMessage\fP is set), PR description is taken from message body of the first unique commit of the branch.
.sp
If the newly\-created PR is stacked atop another PR, the actual PR description posted to GitHub will be prepended with the following header:
.sp
Expand Down
2 changes: 1 addition & 1 deletion docs/source/cli/github.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Creates, checks out and manages GitHub PRs while keeping them reflected in branc

The subject of the first unique commit of the branch is used as PR title.
If ``.git/info/description`` or ``.github/pull_request_template.md`` file is present, its contents are used as PR description.
Otherwise (or if ``machete.github.forceDescriptionFromCommitMessage``) is set, PR description is taken from message body of the first unique commit of the branch.
Otherwise (or if ``machete.github.forceDescriptionFromCommitMessage`` is set), PR description is taken from message body of the first unique commit of the branch.

If the newly-created PR is stacked atop another PR, the actual PR description posted to GitHub will be prepended with the following header:

Expand Down
2 changes: 1 addition & 1 deletion git_machete/generated_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@
The subject of the first unique commit of the branch is used as PR title.
If `.git/info/description` or `.github/pull_request_template.md` file is present, its contents are used as PR description.
Otherwise (or if `machete.github.forceDescriptionFromCommitMessage`) is set, PR description is taken from message body of the first unique commit of the branch.
Otherwise (or if `machete.github.forceDescriptionFromCommitMessage` is set), PR description is taken from message body of the first unique commit of the branch.
If the newly-created PR is stacked atop another PR, the actual PR description posted to GitHub will be prepended with the following header:
Expand Down

0 comments on commit 3b5dff3

Please sign in to comment.