From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Bj=F6rn?= Steinbrink Subject: Re: Date: Thu, 7 May 2009 21:56:09 +0200 Message-ID: <20090507195609.GA17395@atjola.homenet> References: <454B76988CBF42F5BCACA5061125D263@caottdt504> <81b0412b0905071013y241f7eas8417127e51ff52fa@mail.gmail.com> <81b0412b0905071118q46eb98b0k20f148e6a179a81f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: 'Alex Riesen' , git@vger.kernel.org To: Bevan Watkiss X-From: git-owner@vger.kernel.org Thu May 07 21:56:51 2009 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 1M29i6-00080J-Rk for gcvg-git-2@gmane.org; Thu, 07 May 2009 21:56:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752866AbZEGT4M convert rfc822-to-quoted-printable (ORCPT ); Thu, 7 May 2009 15:56:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752217AbZEGT4M (ORCPT ); Thu, 7 May 2009 15:56:12 -0400 Received: from mail.gmx.net ([213.165.64.20]:41052 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751154AbZEGT4L (ORCPT ); Thu, 7 May 2009 15:56:11 -0400 Received: (qmail invoked by alias); 07 May 2009 19:56:10 -0000 Received: from i59F5A028.versanet.de (EHLO atjola.local) [89.245.160.40] by mail.gmx.net (mp042) with SMTP; 07 May 2009 21:56:10 +0200 X-Authenticated: #5039886 X-Provags-ID: V01U2FsdGVkX19w/n4oAUZwEjquQhuAqX5zuyTAvTaXcliiolRfMf Uh2fwQbfMTl5Lv Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: [Please don't top-post...] On 2009.05.07 14:48:20 -0400, Bevan Watkiss wrote: > From: Alex Riesen [mailto:raa.lkml@gmail.com]=20 > > 2009/5/7 Bevan Watkiss : > > > It's the looking for local changes I'm trying to avoid. =A0Doing = a > > > reset still goes over the tree, which isn't helpful. > >=20 > > The stat(2) is slow? Then try setting core.ignoreStat (see manpage > > of git config) to true: git config core.ignorestat true and read > > below. > > Still took 11 minutes. IIRC, to see the effects of core.ignorestat, you need to have updated all files once. So you might need, for example, "git checkout -f HEAD" (not sure if a plain checkout is enough) once first, and then the futur= e "git checkout $something" should be faster. Bj=F6rn