config: support setting receive.maxInputSize
commit8a3756bf1e6396aa341a58643c6a7318e23cd6f9
authorKyle J. McKay <mackyle@gmail.com>
Sun, 4 Dec 2016 11:06:55 +0000 (4 03:06 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 4 Dec 2016 11:06:55 +0000 (4 03:06 -0800)
treec7ecd070e141afad5d308cafbb1181febb2698d0
parentb48c5710cc4e03ec8dc3ab2c7cefe7e910ed5b45
config: support setting receive.maxInputSize

Since Git v2.11.0 it's possible to limit the size of incoming
pushes ia the receive.maxInputSize setting.

Add a new Config.pm setting ($Girocco::Config::max_receive_size)
to control this.  The default is no limit (the same a Git versions
prior to v2.11.0).

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Config.pm
jailsetup.sh