From: Johannes Schindelin Date: Mon, 22 Jun 2015 15:26:48 +0000 (+0200) Subject: fsck: optionally ignore specific fsck issues completely X-Git-Tag: v2.6.0-rc0~104^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/efaba7cc77fb22753675dc1e4f376b61797eca36?ds=inline;hp=efaba7cc77fb22753675dc1e4f376b61797eca36 fsck: optionally ignore specific fsck issues completely An fsck issue in a legacy repository might be so common that one would like not to bother the user with mentioning it at all. With this change, that is possible by setting the respective message type to "ignore". This change "abuses" the missingEmail=warn test to verify that "ignore" is also accepted and works correctly. And while at it, it makes sure that multiple options work, too (they are passed to unpack-objects or index-pack as a comma-separated list via the --strict=... command-line option). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---