From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Magit slow on Windows Date: Thu, 10 May 2012 19:01:34 +0300 Message-ID: <83mx5gyqht.fsf@gnu.org> References: <6C45C785-8275-46B8-9D1E-FF8D2B52C3E2@bbheim.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1336665852 2135 80.91.229.3 (10 May 2012 16:04:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 10 May 2012 16:04:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastian Bechtold Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 10 18:04:11 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SSVqW-0000oa-N4 for ged-emacs-devel@m.gmane.org; Thu, 10 May 2012 18:04:04 +0200 Original-Received: from localhost ([::1]:52344 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSVqV-0006VJ-Uu for ged-emacs-devel@m.gmane.org; Thu, 10 May 2012 12:04:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSVqL-0006CE-OG for emacs-devel@gnu.org; Thu, 10 May 2012 12:04:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SSVqF-0001Pm-I3 for emacs-devel@gnu.org; Thu, 10 May 2012 12:03:53 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:41956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SSVqF-0001PG-AX for emacs-devel@gnu.org; Thu, 10 May 2012 12:03:47 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M3T00300DT7PN00@a-mtaout21.012.net.il> for emacs-devel@gnu.org; Thu, 10 May 2012 19:03:21 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M3T003DZDXLD7E0@a-mtaout21.012.net.il>; Thu, 10 May 2012 19:03:21 +0300 (IDT) In-reply-to: <6C45C785-8275-46B8-9D1E-FF8D2B52C3E2@bbheim.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150425 Archived-At: > From: Bastian Bechtold > Date: Thu, 10 May 2012 14:06:14 +0200 > > My installation of Magit is dog slow on WIndows. For example, I want to see the changes I made to some file in Magit. On Linux and OSX, this is as simple as putting point on top of the file name, then hit tab. Magit shows the diff instantly. On Windows, it takes about three seconds (on the first try. Subsequent tabs on the same file are fast). Same for any other action within Magit. > > Funny enough, doing the same thing through eshell is plenty fast. > > As some friendly people on the internet pointed out, this apparently did not happen in earlier versions of Emacs/Magit. > (http://www.reddit.com/r/emacs/comments/tebll/magit_and_others_slow_on_windows/) > > I am using the latest official Emacs 24 pretest and the latest Magit from MELPA/github together with Git for Windows (aka msysgit afaik). I have a Cygwin installation, but `which git` in eshell claims that it is using the msysgit version. And what does 'M-: (executable-find "git")' tells you about which git version is invoked by Emacs?