From: Jeff King Date: Thu, 20 Sep 2012 17:00:22 +0000 (-0400) Subject: remote-curl: rename is_http variable X-Git-Tag: v1.8.0-rc0~13^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/243c329c1ed8036c6e1b65d3921cb1a3a24e6385?ds=inline;hp=243c329c1ed8036c6e1b65d3921cb1a3a24e6385 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 Signed-off-by: Junio C Hamano ---