From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: "error: non-monotonic index" during fresh linux-2.6.git cloning. Date: Sat, 19 Jul 2008 11:10:04 -0700 Message-ID: <7vfxq521ab.fsf@gitster.siamese.dyndns.org> References: <20080719174742.GA4253@2ka.mipt.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Evgeniy Polyakov X-From: git-owner@vger.kernel.org Sat Jul 19 20:11:50 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKGuD-0006f9-Md for gcvg-git-2@gmane.org; Sat, 19 Jul 2008 20:11:42 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754995AbYGSSKM (ORCPT ); Sat, 19 Jul 2008 14:10:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754863AbYGSSKM (ORCPT ); Sat, 19 Jul 2008 14:10:12 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:56932 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754861AbYGSSKL (ORCPT ); Sat, 19 Jul 2008 14:10:11 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id DDC9D354C3; Sat, 19 Jul 2008 14:10:08 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id 5FB7A354C2; Sat, 19 Jul 2008 14:10:06 -0400 (EDT) In-Reply-To: <20080719174742.GA4253@2ka.mipt.ru> (Evgeniy Polyakov's message of "Sat, 19 Jul 2008 21:47:43 +0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: EC14B48A-55BD-11DD-8411-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Evgeniy Polyakov writes: > $ git clone http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > Getting alternates list for http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ > Getting pack list for http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/ > Getting index for pack 81cec7c6b26c755e466a79de8dbe1c7b827a48d6 > error: non-monotonic index > /usr/bin/git-clone: line 33: 2025 Segmentation fault git-http-fetch -v -a -w "$tname" "$name" "$1/" > > $ git --version > git version 1.4.4.4 The repository you are cloning uses pack idx version #2; 1.4.4.4 predates it by a wide margin.