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

Re: [PATCH 1/2] graph.c: avoid compile warnings

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:46:31

Junio C Hamano [off-list ref] writes:
quoted
diff --git a/graph.c b/graph.c
index 2929c8b..5e2f224 100644
--- a/graph.c
+++ b/graph.c
@@ -701,8 +701,8 @@ static void graph_output_pre_commit_line(struct git_graph *graph,
 	for (i = 0; i < graph->num_columns; i++) {
 		struct column *col = &graph->columns[i];
 		if (col->commit == graph->commit) {
-			seen_this = 1;
 			struct strbuf tmp = STRBUF_INIT;
+			seen_this = 1;
Which codebase are you working on top of?
Nevermind.  I didn't realize it was "here are to help whipping your series
into shape" meant for Allan.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help