]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck: check tag objects' headers
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 11 Sep 2014 14:26:38 +0000 (16:26 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:44:26 +0000 (10:44 -0700)
commitcec097be3a98be3773ddadf6824de03b849758d7
tree17779bdfc948c078f3750e68c34fb79dd732f8a3
parent4d0d89755e82c40df88cf94d84031978f8eac827
fsck: check tag objects' headers

We inspect commit objects pretty much in detail in git-fsck, but we just
glanced over the tag objects. Let's be stricter.

Since we do not want to limit 'tag' lines unduly, values that would fail
the refname check only result in warnings, not errors.

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