diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-03-08 08:34:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-08 08:34:38 -0500 |
commit | de63ac046ed50e5ca937fb63c50df01dc285425b (patch) | |
tree | 1f34e970348953c093b45e89e6f4b01ce5ba31c9 /docs/content/doc | |
parent | b40428a50add017d3977f3069c517050044aeb02 (diff) | |
download | gitea-de63ac046ed50e5ca937fb63c50df01dc285425b.tar.gz gitea-de63ac046ed50e5ca937fb63c50df01dc285425b.zip |
Make PR message on pushes configurable (#10664)
* Make PR message on pushes configurable
* Make fmt
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs/content/doc')
-rw-r--r-- | docs/content/doc/advanced/config-cheat-sheet.en-us.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/doc/advanced/config-cheat-sheet.en-us.md b/docs/content/doc/advanced/config-cheat-sheet.en-us.md index 45a4535c23..fa86648475 100644 --- a/docs/content/doc/advanced/config-cheat-sheet.en-us.md +++ b/docs/content/doc/advanced/config-cheat-sheet.en-us.md @@ -541,6 +541,7 @@ NB: You must `REDIRECT_MACARON_LOG` and have `DISABLE_ROUTER_LOG` set to `false` - `MAX_GIT_DIFF_FILES`: **100**: Max number of files shown in diff view. - `GC_ARGS`: **\<empty\>**: Arguments for command `git gc`, e.g. `--aggressive --auto`. See more on http://git-scm.com/docs/git-gc/ - `ENABLE_AUTO_GIT_WIRE_PROTOCOL`: **true**: If use git wire protocol version 2 when git version >= 2.18, default is true, set to false when you always want git wire protocol version 1 +- `PULL_REQUEST_PUSH_MESSAGE`: **true**: Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled) - `VERBOSE_PUSH`: **true**: Print status information about pushes as they are being processed. - `VERBOSE_PUSH_DELAY`: **5s**: Only print verbose information if push takes longer than this delay. |