author | Pierre Habouzit <madcoder@debian.org> | |
Wed, 23 Aug 2006 10:39:13 +0000 (12:39 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 24 Aug 2006 01:47:39 +0000 (18:47 -0700) | ||
commit | d828f6ddf8bc33f848688655b94c82791edfe0d7 | |
tree | 83f546e7c6d66e735d4ca07272efc0759aae6243 | tree | snapshot |
parent | b5bf7cd6b7dbcbef9181e21bfae21612c75738c4 | commit | diff |
remove ugly shadowing of loop indexes in subloops.
builtin-mv.c and git.c has a nested loop that is governed by a
variable 'i', but they shadow it with another instance of 'i'.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mv.c and git.c has a nested loop that is governed by a
variable 'i', but they shadow it with another instance of 'i'.
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-mv.c | diff | blob | history | |
git.c | diff | blob | history |