Re: [PATCH v2 0/3] limit the size of the packs we receive

2016-08-18 Thread Jeff King
On Thu, Aug 18, 2016 at 03:15:50PM +0200, Christian Couder wrote: > Diff with previous v1 version > ~ > > diff --git a/t/t5546-push-limits.sh b/t/t5546-push-limits.sh > index b38d508..09e958f 100755 > --- a/t/t5546-push-limits.sh > +++ b/t/t5546-push-limits.sh > @@

[PATCH v2 0/3] limit the size of the packs we receive

2016-08-18 Thread Christian Couder
Goal In https://public-inbox.org/git/20150612182045.GA23698%40peff.net/, Peff sent a patch that is used by GitHub to abort `git receive-pack` when the size of the pack we receive is bigger than a configured limit. GitLab is interested in using the same approach and in standardizing the