X-Recipient: archive-cygwin AT delorie DOT 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=cFsiWHJyHO4N0LFxUPIqEKi+buZY+O6VVr5J/grs7i6 ndUrJj7XE7RvKprVRkYGG4kMYmSeLxGJbyxn0j77ICVhJ18KCqPg6bzXC80yh1KE 2RLubwqQjzSQLP2GRH32ao/Hn4bW8vMUBEQVuYfdcv4/PX3LxpCoRgVzDW47InCw = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=dzuAkTytV4cLDVHXsO72LhLV9jY=; b=Pw09ZUUam4Q24oLs8 ewgEr9gBgGdK5pfptH7Q2ZVrARBF4B0hOU1DW+HHM3EPqndM5dbrdY+4aNe0JFTb oEbPrgCcDj9PyMpSunmKD1AxF2ZsPg/vTrbuHuKkQwEdZ3crq95a4UKRxy49+2ml MqNzJbpGKjBx2mJLKvN0BOjnMU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: out4-smtp.messagingengine.com Message-ID: <52E7E22A.4090106@cwilson.fastmail.fm> Date: Tue, 28 Jan 2014 12:00:26 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Maintainer for git? References: <20140115105534 DOT GB31912 AT tastycake DOT net> <52E143D7 DOT 4070604 AT gmail DOT com> <968915851 DOT 20140123214657 AT mtu-net DOT ru> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 1/23/2014 6:01 PM, Balaji Venkataraman wrote: > Rebase didn't help. Still broken, IMO. I'm going back to 1.7.9 or will > rebuild w/ cygcrypto-0.9.8 as the OP had suggested. > > x86$ git clone https://github.com/FFmpeg/FFmpeg.git ffmpeg > Cloning into 'ffmpeg'... > remote: Reusing existing pack: 345748, done. > remote: Counting objects: 613, done. > remote: Compressing objects: 100% (325/325), done. > remote: Total 346361 (delta 386), reused 484 (delta 288) > Receiving objects: 100% (346361/346361), 102.25 MiB | 2.93 MiB/s, done. > Resolving deltas: 100% (270961/270961), done. > fatal: object of unexpected type > fatal: index-pack failed > I've found that I need to do the following: PATH=/usr/bin git .... or I get odd failures. So I've actually set that up as an alias: alias git='PATH=/usr/bin git' -- Chuck -- 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