Re: [PATCH 18/18] git receive-pack: support excluding objects from fsck'ing

2014-12-22 Thread Johannes Schindelin
Hi Junio, On Wed, 10 Dec 2014, Junio C Hamano wrote: > Johannes Schindelin writes: > > > The optional new config option `receive.fsck.skip-list` specifies the path > > to a file listing the names, i.e. SHA-1s, one per line, of objects that > > are to be ignored by `git receive-pack` when `recei

Re: [PATCH 18/18] git receive-pack: support excluding objects from fsck'ing

2014-12-10 Thread Junio C Hamano
Johannes Schindelin writes: > The optional new config option `receive.fsck.skip-list` specifies the path > to a file listing the names, i.e. SHA-1s, one per line, of objects that > are to be ignored by `git receive-pack` when `receive.fsckObjects = true`. > > This is extremely handy in case of le

[PATCH 18/18] git receive-pack: support excluding objects from fsck'ing

2014-12-08 Thread Johannes Schindelin
The optional new config option `receive.fsck.skip-list` specifies the path to a file listing the names, i.e. SHA-1s, one per line, of objects that are to be ignored by `git receive-pack` when `receive.fsckObjects = true`. This is extremely handy in case of legacy repositories where it would cause