Thread (98 messages) flat view 98 messages, 7 authors, 2d ago

Re: [PATCH v7 3/4] receive-pack: move message generation to separate function

From: Karthik Nayak <hidden>
Date: 2026-09-08 09:22:52

Junio C Hamano [off-list ref] writes:
Karthik Nayak [off-list ref] writes:
quoted
-static void report(struct command *commands, const struct strbuf *unpack_status)
+/*
+ * Generate the response to be sent to the client invoking 'git-receive-pack(1)'.
+ * For v2 protocol, set `detailed_report` to true, which will also add detailed
+ * report per reference update.
+ */
The second sentence is stale and no longer matches the interface.
Will drop.
quoted
+static void generate_report(struct strbuf *buf, struct command *commands,
+			    const struct strbuf *unpack_status,
+			    enum report_status_version 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