]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck: make fsck_ident() warn-friendly
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 22 Jun 2015 15:26:03 +0000 (17:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jun 2015 21:27:35 +0000 (14:27 -0700)
commite6826e335addb557dc80eebe46031f896ac4424c
tree54671e9cd4f2d50db94e040f78241f8b3b8377a0
parent71ab8fa840fcca4b4f80acba6a529e3cbc174b65
fsck: make fsck_ident() warn-friendly

When fsck_ident() identifies a problem with the ident, it should still
advance the pointer to the next line so that fsck can continue in the
case of a mere warning.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsck.c