remote-curl: rename is_http variable
authorJeff King <peff@peff.net>
Thu, 20 Sep 2012 17:00:22 +0000 (13:00 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2012 17:48:45 +0000 (10:48 -0700)
commit243c329c1ed8036c6e1b65d3921cb1a3a24e6385
treea3605f38b277f794bbb8d746a7c89a87b4d6043c
parent6ac964a627e02ac73d4c97c492acf604942030e9
remote-curl: rename is_http variable

We don't actually care whether the connection is http or
not; what we care about is whether it might be smart http.
Rename the variable to be more accurate, which will make it
easier to later make smart-http optional.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c