help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs with git slow?


From: Alex Bennee
Subject: Re: Emacs with git slow?
Date: Fri, 18 Mar 2011 18:52:27 +0000

On 16 March 2011 19:21, S Boucher <stbya@yahoo.com> wrote:
>
> ----- Original Message ----
>> From: Óscar Fuentes <ofv@wanadoo.es>
>> To: S Boucher <stbya@yahoo.com>
>> Cc: help-gnu-emacs@gnu.org
>
> This is a git repository tracking webkit:
> <snip>
>
> Just checked with a smaller git repository (i.e. with ~100files), and things 
> are
> supper fast:
> <snip>

Thanks, I think you have just identified were the mysterious stalls I
was seeing when switching between two GIT controlled directories came
from. Anyway if you don't actually care about VC based git support
it's easy enough to disable as I do as I use magit for repo
interaction:


(when (locate-library "magit")
      (remq 'Git vc-handled-backends)
      (autoload 'magit-status "magit" "magit front end" t))

-- 
Alex, homepage: http://www.bennee.com/~alex/
http://www.half-llama.co.uk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]