Thread (175 messages) 175 messages, 5 authors, 2024-12-03

Re: [PATCH v7 1/9] packfile: add repository to struct `packed_git`

From: karthik nayak <hidden>
Date: 2024-11-21 10:20:47

Taylor Blau [off-list ref] writes:
On Wed, Nov 13, 2024 at 01:41:18PM +0100, Toon Claes wrote:
quoted
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".
Likewise for "packed file", which should be "packfile".
Indeed, will fix both in the next version.

Attachments

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help