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:date:message-id:subject:from:to :content-type; q=dns; s=default; b=o0BEbLVvgCFi+LPtqG91PhsexDfAW MigQHAH32AvaanzuUC15jov9jlx6+G8/aKt3oM1KQKN+JR029Oh9gH9TNmTA2cTE itnQCahaiUmFpcHEnV5exrEY+9YJF5vWA7QThrOcOhDaCw+BMsPdV8MfbSQc+6Cz fMVvbATMtkgj+s= 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:date:message-id:subject:from:to :content-type; s=default; bh=/gIIhOD5Pa9JU4XE+xOGDxBtaZE=; b=IbX rFpti7udtR/aN3FwW0Ul7MRO+zx0d9rNInzDtqF/m0z7X1X+ByFCGwlFTVTe70TG 56Bg66LvT+q1HT8bVx+3d+QyrkC9NyAcesHfoaXnhfLVq6dAanSKWfMIqljmbKyZ GGKsVnM8f661lNR3wrhoP2g/wK/cV69e6NQCjoZk= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1286 X-HELO: mail-wm0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=dzp2Aqpao9RL3s7Nt0SbDOyCYCKhJImoZNgDmj8xIvk=; b=RJR9s2iB31U6oXzUq9Sq65GgRnMDohXeeAjD9M3zF6tkfcfuJJjwm2Klxw/OpxjkAC V6i4C7tKtWiF49strDwxgbbdjj0aUbrNr+LGxMzCzvBSqMdvxwIRt1UnbdFCB//eNaax EDTIQBX1wA0J2crTD8/NyBl5ufyPWu5yb0Xxdl/1tdOXRoch7T3hH6DlqFHHn4KGfQCk 4t8n0hakyqkm6lNZf0aSzeL5OgCrdaAz0DN9osb2Vwh4340ZL89BEB6MmPQiPUTv706i PXSlIU1+2lvju1sBB3U0UMAxpfwNETxP5xNhYFTyye/3QiYXeCyIkg7RDtPsFlQBA/ZZ nrZw== X-Gm-Message-State: AOPr4FULs4rjixXF3XdDqnfagsGIZgcpFVAe8dfCV3T4+iM8lWJnjo/PQVyUzVw8waAoSaVQiHbngNV5/vcUbA== MIME-Version: 1.0 X-Received: by 10.194.186.237 with SMTP id fn13mr15968241wjc.47.1462886148077; Tue, 10 May 2016 06:15:48 -0700 (PDT) Date: Tue, 10 May 2016 09:15:48 -0400 Message-ID: Subject: Re: Possible issue with newest version of git (v 2.8) under Cygwin From: andrew stern To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 >I suspect this isn't a problem with the Git upgrade but with recent >changes that have been being made to how the core Cygwin dll handles >permissions. >That being said, can you try running `git config core.filemode false` in >the repository, re-enabling noacl, and see if that has things running at >something more like normal speed? That disables Git's checks on file >permissions, so it should isolate whether the slow-down is specifically >Git checking permissions or if merely accessing files is the problem. >(With core.filemode disabled, you'll need to use `git update-index` to >add/remove the executable flag on files in the Git repository; see `git >help update-index` for details on how that works. To undo the config >change, use `git config core.filemode true`.) This repository is created with the filemode=false after I finish cloning from the repository using cygwin. I've decided to try cygexec on the fstab to see if it helps and it does seem much faster. I don't know if this is the correct way to speed it up again but the speed slow down does seem related to reading each file and determining if it is executable. The new line is: none /cygdrive cygdrive binary,posix=0,user,noacl,cygexec 0 0 -- 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