Thread (1 message) 1 message, 1 author, 2022-10-12

Re: [PATCH v2 08/22] run-command.c: use C99 "for (TYPE VAR = ..." syntax where useful

From: Junio C Hamano <hidden>
Date: 2022-10-12 16:05:44

Phillip Wood [off-list ref] writes:
quoted
  	while (1) {
-		for (i = 0;
+		for (int i = 0;
Here we are moving the declaration to the loop.

Am I missing something, I don't understand how these changes match
this description in the commit message
It matches the commit title, and makes it clear that this does not
have to be part of this series.

Ævar, try to do a focused series that achieves the objective of the
topic well, without succumbing to the temptation of creature feep.
It is especially important when you are taking other peoples' series
hostage by requesting them to rebase on you.

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