Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Make "insert_by_date()" match "commit_list_insert()"
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index bbb749c561ebfe6cff8240f99b8902e526dda368..1747276647c7551fd3fe7b1a20612341c0d00d6f 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-463,6
+463,7
@@
static void prepare_packed_git_one(char *objdir)
p->next = packed_git;
packed_git = p;
}
+ closedir(dir);
}
void prepare_packed_git(void)