Make 'git fsck' complain about non-commit branches
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 16 Jan 2008 00:34:17 +0000 (16:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 16 Jan 2008 19:37:57 +0000 (11:37 -0800)
Since having non-commits in branches is a no-no, and just means you cannot
commit on them, let's make fsck tell you when a branch is bad.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found