Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 7/8] combine-diff: Fast changed-to-all-parents paths scanning

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:49

Kirill Smelkov [off-list ref] writes:
+	parents_sha1 = xmalloc(nparent * sizeof(parents_sha1[0]));
+	for (i = 0; i < nparent; i++)
+		parents_sha1[i] = parents->sha1[i];
+
+	/* fake list head, so worker can assume it is non-NULL */
+	struct combine_diff_path paths_head;
decl-after-statement; please fix.
+	paths_head.next = NULL;
+
+	struct strbuf base;
likewise.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help