From: Junio C Hamano Date: Wed, 10 Oct 2018 03:37:16 +0000 (+0900) Subject: Merge branch 'ab/fsck-skiplist' X-Git-Tag: v2.20.0-rc0~196 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66ec2373feaf1f85c0ed3f9b5b13f005bfd4dba4;p=thirdparty%2Fgit.git Merge branch 'ab/fsck-skiplist' Update fsck.skipList implementation and documentation. * ab/fsck-skiplist: fsck: support comments & empty lines in skipList fsck: use oidset instead of oid_array for skipList fsck: use strbuf_getline() to read skiplist file fsck: add a performance test for skipList fsck: add a performance test fsck: document that skipList input must be unabbreviated fsck: document and test commented & empty line skipList input fsck: document and test sorted skipList input fsck tests: add a test for no skipList input fsck tests: setup of bogus commit object --- 66ec2373feaf1f85c0ed3f9b5b13f005bfd4dba4