Toon Claes [off-list ref] writes:
Karthik Nayak [off-list ref] writes:
quoted
[snip]
diff --git a/object-store-ll.h b/object-store-ll.h
index 53b8e693b1..538f2c60cb 100644
--- a/object-store-ll.h
+++ b/object-store-ll.h
@@ -10,6 +10,7 @@
struct oidmap;
struct oidtree;
struct strbuf;
+struct repository;
struct object_directory {
struct object_directory *next;@@ -135,6 +136,10 @@ struct packed_git {
*/
const uint32_t *mtimes_map;
size_t mtimes_size;
+
+ /* repo dentoes the repository this packed file belongs to */
Small typo here, I think you mean "denotes".
Indeed. I'll add it in locally but will avoid a re-roll just for the
typo.
That's all I've got about all other changes in this patch series.
Thanks for the review!
- Karthik