parse_fetch_refspec(): clarify the codeflow a bit
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2013 20:58:50 +0000 (12:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Feb 2013 21:53:59 +0000 (13:53 -0800)
Most parts of the cascaded if/else if/... checked an allowable
condition but some checked forbidden conditions. This makes adding
new allowable conditions unnecessarily inconvenient.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found