X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; q=dns; s=default; b=wDx+
	KRiASXU7YABfoihSzg3erTwX4rrF1lHJ7zF3Prv4RsLZ1p/rUMVToTPylwXB48Ar
	GICM8JLCQ+0euFjaUaCh6sPSh2nKgEbeU4GcnaSp9PDE2pFIjV0wS5RPn1eaQW/0
	jR36LNoK/DNundlzrMN8hYPCkqnasz51HAWKaY0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:date:from:to:subject:message-id:references
	:mime-version:content-type:in-reply-to; s=default; bh=qKVhQtHS/2
	zygCM1Fjc59QWY7F0=; b=UGSnqa/LbBQqT30C4qSAmbb8SLoHZSMGCJlyWvysGD
	alfrWhvUAxg0SY5qRZeox8t5yhi+9tvVyYodsl+gA8kjPl1M+9K+2V37ZXEmZ7zj
	oKf6yTalVPqcvqthdkbEtSE1rdaBwulmxZut+VB13+gcm1s8P0iGV556REqt9ZsT
	c=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-we0-f180.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:date:from:to:subject:message-id:references         :mime-version:content-type:content-disposition:in-reply-to         :user-agent;        bh=FZZsobqSzhX531qurc+A59buB+mERh3NPsOGB7xQG4Q=;        b=NqFyPPplMWrpb2ypkg0GszyJE7VCNcN4EJWDxIX3Iv2MljmVUIgbg4SMaeQko2AaAm         cob+Jsxw42/iCM7KloEMWi++6uS0PRatZ8A/sHHE1tpc2ZtgAnwqX7bnupnxAjdreCyM         HfIqnaGkcLgsK0YWx0J4EXcQDSfCpvhS9xCooOSMKDp964FYYzX6gqOzRrA/5iP2/LeV         R39jUh4ARMw/GmFuTGB/DzOWA91/Hskxe9xtH8stG+YvpMWqLvfjq3arA9Ll6/0N1fG+         iP4+rU//z+kDORsxc2G5PSxlJffeoqSa+f6Esd5OiwuX+OkpzM1Rny/5xdcHOFweTGNC         a21w==
X-Gm-Message-State: ALoCoQn7/u0vSWNdxupEupppatrjiHsJMk4lcxlOIZY1BCwKDMg+5FxhnQ1CXRDyTjajeZbgxMxG
X-Received: by 10.194.77.243 with SMTP id v19mr10166864wjw.18.1411253330321;        Sat, 20 Sep 2014 15:48:50 -0700 (PDT)
Date: Sat, 20 Sep 2014 23:48:41 +0100
From: Adam Dinwoodie <adam@dinwoodie.org>
To: cygwin@cygwin.com
Subject: Re: Git spurious dependency: rsync
Message-ID: <20140920224841.GA1560@dinwoodie.org>
References: <announce.20140904203427.GA6612@dinwoodie.org> <lvhn7i$anp$1@ger.gmane.org> <1411147083.4932.3.camel@YAAKOV04> <20140919203006.GA22543@dinwoodie.org> <CAAXzdLXdTLWBgHBSwFgS_AN4evTRy=zGHTh-7bC1Y4ABhQqicw@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAAXzdLXdTLWBgHBSwFgS_AN4evTRy=zGHTh-7bC1Y4ABhQqicw@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-IsSubscribed: yes

On Fri, Sep 19, 2014 at 10:02:18PM -0500, Steven Penny wrote:
> On Fri, Sep 19, 2014 at 3:30 PM, Adam Dinwoodie wrote:
> > Also, (I suspect) more commonly, for the rsync protocol used for
> > git-clone and friends.  See under "Git URLs" in `git help clone`.
> 
> I thought libcurl did that...

As far as I can tell, libcurl doesn't support the rsync protocol.

Looking at the Git test suite, t5510 will only perform the tests that
check syncing using the rsync protocol if rsync is installed, which
would strongly imply to me that rsync is a requirement to use the
protocol.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

