]> git.ipfire.org Git - thirdparty/git.git/commit - object.c
Don't assume tree entries that are not dirs are blobs
authorSam Vilain <sam.vilain@catalyst.net.nz>
Wed, 6 Jun 2007 10:25:17 +0000 (22:25 +1200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jun 2007 22:43:18 +0000 (15:43 -0700)
commite2ac7cb5fbcf1407003aa07cdcd14141527ea2e3
treebcdce634d9bb7632aa6c3c7677bcf4d2209e0aa4
parent23fcdc79713c47a6a0d50762b9311c9933a60d3f
Don't assume tree entries that are not dirs are blobs

When scanning the trees in track_tree_refs() there is a "lazy" test
that assumes that entries are either directories or files.  Don't do
that.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
object.c
tree.c