Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
builtin-remote: make rm() use properly named variable to hold return value
author
Jay Soffian
<jaysoffian@gmail.com>
Tue, 3 Feb 2009 17:51:12 +0000
(12:51 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 4 Feb 2009 05:12:23 +0000
(21:12 -0800)
"i" is a loop counter and should not be used to hold a return value; use
"result" instead which is consistent with the rest of builtin-remote.c.
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
e02f176
)
No differences found