commit | 6232f62bc77ba9fc57fa97c61a7678a9f243c3bd | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 15 16:34:17 2008 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jan 16 11:37:57 2008 -0800 |
tree | 01af4e291310c15d7cb5d051722ca4455b234ba0 | |
parent | 7c3fd25dcf2a23ed43bae2ba23a46edab4644a9f [diff] |
Make 'git fsck' complain about non-commit branches 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>