fsck: do not complain on detached HEAD.
commit8eb2d0bee8813ac37dc602d12b0abba632e96152
authorJunio C Hamano <junkio@cox.net>
Wed, 11 Apr 2007 08:28:43 +0000 (11 01:28 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 11 Apr 2007 21:05:36 +0000 (11 14:05 -0700)
tree4f3b03cd07bb9607e0cbdf4709ff1cccb8ac441e
parentf98157720239f0dd94d03632dc873e3eb3135e2f
fsck: do not complain on detached HEAD.

Detached HEAD is just a normal state of a repository.  Do not
say anything about it.

Do not give worrying "error:" messages when we let the user know
that the HEAD points at nothing (i.e. yet to be born branch),
nor we do not have any default refs to start following the
objects chain.  Reword them as "notice:".

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-fsck.c