diff options
author | David Svantesson <davidsvantesson@gmail.com> | 2020-01-18 05:40:43 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2020-01-18 12:40:43 +0800 |
commit | aac8250b473600549105e8fd499a8d18f5bb3dd0 (patch) | |
tree | 7cc16b5750c4a0eb326c25162ae750f61c8b5c56 /docs | |
parent | fec1095f1729fefa8c0feca8cad8e8e81591d348 (diff) | |
download | gitea-aac8250b473600549105e8fd499a8d18f5bb3dd0.tar.gz gitea-aac8250b473600549105e8fd499a8d18f5bb3dd0.zip |
Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844)
* Explicitly refer to PR in squash-merge commit message in case of external tracker
* documentation
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/usage/linked-references.en-us.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/content/doc/usage/linked-references.en-us.md b/docs/content/doc/usage/linked-references.en-us.md index a5f88363dd..d2836f8571 100644 --- a/docs/content/doc/usage/linked-references.en-us.md +++ b/docs/content/doc/usage/linked-references.en-us.md @@ -136,7 +136,8 @@ the `!` marker to identify pull requests. For example: > This is pull request [!1234](#), and links to a pull request in Gitea. The `!` and `#` can be used interchangeably for issues and pull request _except_ -for this case, where a distinction is required. +for this case, where a distinction is required. If the repository uses external +tracker, commit message for squash merge will use `!` as reference by default. ## Issues and Pull Requests References Summary |