X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=notes.c;h=023adce982c668f39b01652e525b54fd512d5603;hb=2e48fcdbc45eeb95b3da1cf70787ddadf62d9bf5;hp=50a4672d7c68d84024d6ef98e2ca11561d848e27;hpb=0c7cc135c52b7c573710f247fc55ea1bf677f1bc;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; }