X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=notes.c;h=023adce982c668f39b01652e525b54fd512d5603;hb=c76189875b35ca04d42df915cd902a33fdbcb9b0;hp=50a4672d7c68d84024d6ef98e2ca11561d848e27;hpb=684d0d8dcfa2288744a553fc7294c5f9f5c12026;p=git.git diff --git a/notes.c b/notes.c index 50a4672d7..023adce98 100644 --- a/notes.c +++ b/notes.c @@ -331,6 +331,8 @@ static void load_subtree(struct leaf_node *subtree, struct int_node *node, hashcpy(l->key_sha1, commit_sha1); hashcpy(l->val_sha1, entry.sha1); if (len < 20) { + if (!S_ISDIR(entry.mode)) + continue; /* entry cannot be subtree */ l->key_sha1[19] = (unsigned char) len; type = PTR_TYPE_SUBTREE; }