Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-06-15 15:57:09 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-06-15 15:58:11 +0300
commita9db642904aa406f08dddb06798b576ec14949b8 (patch)
treeb92aa39c77b56e5d3102d1599a1d3cfcdf99890a
parent058caed842733bb45f23b8f0dcd016626bc6e680 (diff)
Configure 'receive.advertisePushOptions = true' for all gitolite repos
-rwxr-xr-xcalm/mkgitoliteconf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calm/mkgitoliteconf.py b/calm/mkgitoliteconf.py
index 38c042d..1655134 100755
--- a/calm/mkgitoliteconf.py
+++ b/calm/mkgitoliteconf.py
@@ -80,6 +80,7 @@ def do_main(args):
print(' R = gitweb daemon')
print(' config core.sharedrepository = all')
print(' config uploadpack.allowReachableSHA1InWant = true')
+ print(' config receive.advertisePushOptions = true')
print(' - VREF/MAX_NEWBIN_SIZE/1024 = @all')
print('# this rejects binary files over the size limit, text files of any size are still permiited')
print(' - VREF/HIGHLANDER/cygport = @all')