This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Maintainer for git?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]