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

2015-01-21 Thread Johannes Schindelin
Hi Junio, On 2015-01-21 10:02, Junio C Hamano wrote: > Johannes Schindelin writes: > >> The optional new config option `receive.fsck.skiplist` 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.fs

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

2015-01-21 Thread Junio C Hamano
Johannes Schindelin writes: > The optional new config option `receive.fsck.skiplist` 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`. Makes sense, but I wonder if it makes sen

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

2015-01-19 Thread Johannes Schindelin
The optional new config option `receive.fsck.skiplist` 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 m