Merge branch 'cc/receive-pack-limit'
commitda3b6f06e1224c9b8f5281a812731ef385ac4dc6
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:47 +0000 (8 21:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2016 04:49:47 +0000 (8 21:49 -0700)
tree75847482d3e90a71f07e30fff7e2dfd5239b3273
parent452a9073ba9f1fb157b3e5710b718aaf802e7631
parentc08db5a2d0d5c0cf371168e621d5929005b1abf8
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=<size> option
  index-pack: add --max-input-size=<size> option