delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2014/01/22/17:16:46

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:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; q=dns; s=default; b=Mem/NO9NNPia28Rx
U/L8IlRR47b+1CsrnV4sVxigYmAPjg6E+BR0IUyHMmz9zeNGXUvAUX6KEdnUYQpR
rb4biKekicGj+bCK27Dl9ekoRVsgI7lcRkWCy/3IjhPv6jeHOnVrBTAvQlPVfz+D
ZYu8kYR+t/Y2Q+nGsCdymWPstZY=
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:mime-version:in-reply-to:references:date
:message-id:subject:from:to:content-type
:content-transfer-encoding; s=default; bh=dGUFDYR0ynccdxQoPe7HvT
tSO+s=; b=t+N8GSaeOC24heteuM10Burs2Ekhq4a6fix2yDx6fLneyrJjE2yDyl
CzQhKp6lvmHk6RPtmXPdiJwtUQc7EBv87W4nS/zIHUqT+exBR3LkV+4X8LzEG4uw
CgzwiCP7Z8vpghB02EocrSHJw51P/dYAQGAfNbq+X3MkbAh3HcPTs=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-ea0-f182.google.com
MIME-Version: 1.0
X-Received: by 10.14.198.195 with SMTP id v43mr277417een.62.1390428986310; Wed, 22 Jan 2014 14:16:26 -0800 (PST)
In-Reply-To: <CAAXzdLXQ-MfUQj6Zh4FSCgGgwwZ82OpkPTWznp5vVFXXeeKvHw@mail.gmail.com>
References: <CAEotdwnhZUAmSceCxyq5G5ZYosi458X6KQLjEt2c60mA-Vjqhw AT mail DOT gmail DOT com> <CAAXzdLVODtt2BTQx0QbmN1GdS8gsbcoOLH+BazGwL8a63EfXHg AT mail DOT gmail DOT com> <CA+kUOanN3FjBzQ1HRPtmXfxLSbHps5WkkqrHqw8qK6FhX8aTgw AT mail DOT gmail DOT com> <CAAXzdLV_xoMM59H_6fnTgRSAVhs4FLRaMyEL9e1WBzUp4SWR8g AT mail DOT gmail DOT com> <CA+kUOakGhMYEP5kjmLk1HeWTi9QNTp1Fnk5YF3JuqR_fUc6hPg AT mail DOT gmail DOT com> <20140115105534 DOT GB31912 AT tastycake DOT net> <CAAXzdLX0YQTBVOkjUq3f-Jr03Cx5PzsY3_gRYO9rpp_GXOQKYw AT mail DOT gmail DOT com> <CALgEz7qhf85-kdBCqFWWjni8rw8iTvabtdnBu=z4-tVmy_+jTg AT mail DOT gmail DOT com> <CAAXzdLXQ-MfUQj6Zh4FSCgGgwwZ82OpkPTWznp5vVFXXeeKvHw AT mail DOT gmail DOT com>
Date: Wed, 22 Jan 2014 14:16:26 -0800
Message-ID: <CALgEz7o7Sm2+NF=Fc3Wpp+Fy=+LQiz0aAc-+Pp+s=-Pjw--AuQ@mail.gmail.com>
Subject: Re: Maintainer for git?
From: Balaji Venkataraman <balaji DOT s DOT venkataraman AT gmail DOT com>
To: Cygwin <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id s0MMGg5c019381

On Mon, Jan 20, 2014 at 5:31 PM, Steven Penny wrote:

> Are you certain the bug is present in Adam’s version? He has tested it here
>
>     http://cygwin.com/ml/cygwin/2014-01/msg00085.html

I just tried cloning something big again (the linux kernel). See
below. The first one was with git-1.7.9 the default Cygwin version.

x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
linux-git-1.7.9
Cloning into 'linux-git-1.7.9'...
remote: Counting objects: 3366700, done.
remote: Compressing objects: 100% (507909/507909), done.
remote: Total 3366700 (delta 2833548), reused 3362709 (delta 2829741)
Receiving objects: 100% (3366700/3366700), 705.04 MiB | 3.25 MiB/s, done.
Resolving deltas: 100% (2833548/2833548), done.

x86$ cd /

x86$ tar xf ~/git-1.8.5.2-1.tar.xz

x86$ cd

x86$ git --version
git version 1.8.5.2

x86$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
linux-git-1.8.5.2
Cloning into 'linux-git-1.8.5.2'...
remote: Counting objects: 3366700, done.
remote: Compressing objects: 100% (508113/508113), done.
remote: Total 3366700 (delta 2833563), reused 3362434 (delta 2829537)
Receiving objects: 100% (3366700/3366700), 703.64 MiB | 2.16 MiB/s, done.
fatal: pack is corrupted (SHA1 mismatch)
fatal: index-pack failed

--
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019