summaryrefslogtreecommitdiffstats
path: root/custom
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-03-08 08:34:38 -0500
committerGitHub <noreply@github.com>2020-03-08 08:34:38 -0500
commitde63ac046ed50e5ca937fb63c50df01dc285425b (patch)
tree1f34e970348953c093b45e89e6f4b01ce5ba31c9 /custom
parentb40428a50add017d3977f3069c517050044aeb02 (diff)
downloadgitea-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 'custom')
-rw-r--r--custom/conf/app.ini.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample
index fdba955bc4..7fd6028319 100644
--- a/custom/conf/app.ini.sample
+++ b/custom/conf/app.ini.sample
@@ -870,7 +870,9 @@ MAX_GIT_DIFF_FILES = 100
; see more on http://git-scm.com/docs/git-gc/
GC_ARGS =
; 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
-EnableAutoGitWireProtocol = true
+ENABLE_AUTO_GIT_WIRE_PROTOCOL = true
+; Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled)
+PULL_REQUEST_PUSH_MESSAGE = true
; Operation timeout in seconds
[git.timeout]