Re: [PATCH] Trivial support for cloning and fetching via ftp://.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Saturday, September 16, 2006 - 10:29 am

Sasha Khapyorsky <sashak@voltaire.com> writes:


I was merely pointing out that in one place you have:

	(http_code == 550 && result == ERETR)

and another place that tries to say the opposite you have:

	(http_code != 550 && result != ERETR)

which is not the same thing as

	!(http_code == 550 && result == ERETR)

I understood, from the former "Use alternates if necessary"
part, that you wanted to make sure that 550 is really from
FTP_RETR and not other random HTTP error message, and I think
that is a reasonable thing to do.



-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Trivial support for cloning and fetching via ftp://., Sasha Khapyorsky, (Wed Sep 13, 7:24 pm)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Junio C Hamano, (Sat Sep 16, 10:29 am)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Sasha Khapyorsky, (Sat Sep 16, 10:41 am)
Re: [PATCH] Trivial support for cloning and fetching via f ..., Sasha Khapyorsky, (Sat Sep 16, 12:54 pm)