cmd_fetch_pack(): combine the loop termination conditions
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 21 May 2012 07:59:58 +0000 (09:59 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 May 2012 19:57:20 +0000 (12:57 -0700)
If an argument that does not start with '-' is found, the loop is
terminated. So move that check into the for-loop condition.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found