Merge branch 'ab/fsck-skiplist'
commit66ec2373feaf1f85c0ed3f9b5b13f005bfd4dba4
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Oct 2018 03:37:16 +0000 (10 12:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Oct 2018 03:37:16 +0000 (10 12:37 +0900)
tree664557dc25990e380b08aee3ae921bb1a7e7f45a
parent468b322137900dfd508adc69692e484d6dafe991
parent371a6550741e38abe6162d891e8d4102dd20f5a6
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
Documentation/config.txt
fsck.c