From: Junio C Hamano Date: Fri, 9 Sep 2016 04:49:47 +0000 (-0700) Subject: Merge branch 'cc/receive-pack-limit' X-Git-Tag: v2.11.0-rc0~176 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=da3b6f06e1224c9b8f5281a812731ef385ac4dc6;p=git-core%2Fgit.git Merge branch 'cc/receive-pack-limit' An incoming "git push" that attempts to push too many bytes can now be rejected by setting a new configuration variable at the receiving end. * cc/receive-pack-limit: receive-pack: allow a maximum input size to be specified unpack-objects: add --max-input-size= option index-pack: add --max-input-size= option --- da3b6f06e1224c9b8f5281a812731ef385ac4dc6