From: Johannes Schindelin Date: Mon, 22 Jun 2015 15:26:54 +0000 (+0200) Subject: fsck: allow upgrading fsck warnings to errors X-Git-Tag: v2.6.0-rc0~104^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f27d05b17041d6e5c8cedced682709b2f1007ecc?ds=inline;hp=f27d05b17041d6e5c8cedced682709b2f1007ecc fsck: allow upgrading fsck warnings to errors The 'invalid tag name' and 'missing tagger entry' warnings can now be upgraded to errors by specifying `invalidTagName` and `missingTaggerEntry` in the receive.fsck. config setting. Incidentally, the missing tagger warning is now really shown as a warning (as opposed to being reported with the "error:" prefix, as it used to be the case before this commit). Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---