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

2016-08-24 Thread Junio C Hamano
Christian Couder writes: > Diff with previous v2 version > ~ > > diff --git a/Documentation/config.txt b/Documentation/config.txt > index f5b6061..8a115b3 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@

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

2016-08-24 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