Thread (2 messages) flat view 2 messages, 2 authors, 2016-07-07

Re: [PATCH v4] Refactor recv_sideband()

From: Junio C Hamano <hidden>
Date: 2016-07-06 21:11:33

Nicolas Pitre [off-list ref] writes:
Here's a patch on top of it providing small optimizations.
Thanks; will apply with a miniscule fix.
quoted hunk
----- >8
Subject: sideband.c: small optimization of strbuf usage

Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
...
@@ -97,7 +97,7 @@ int recv_sideband(const char *me, int in_stream, int out)
 	}
 
 	if (outbuf.len) {
-		strbuf_addf(&outbuf, "\n");
+		strbuf_addch(&outbuf, "\n");
'\n', or "\n"[0] ;-)
 		xwrite(2, outbuf.buf, outbuf.len);
 	}
 	strbuf_release(&outbuf);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help