all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Bennee <kernel-hacker@bennee.com>
To: S Boucher <stbya@yahoo.com>
Cc: "Óscar Fuentes" <ofv@wanadoo.es>, help-gnu-emacs@gnu.org
Subject: Re: Emacs with git slow?
Date: Fri, 18 Mar 2011 18:52:27 +0000	[thread overview]
Message-ID: <AANLkTim4cie5Jh=-ykcUsyWNALCOnAVGvMpxxh_3dhCf@mail.gmail.com> (raw)
In-Reply-To: <751680.75834.qm@web161605.mail.bf1.yahoo.com>

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	other threads:[~2011-03-18 18:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15 17:47 Emacs with git slow? S Boucher
2011-03-16 17:38 ` Óscar Fuentes
2011-03-16 18:29   ` S Boucher
2011-03-16 18:40     ` Óscar Fuentes
2011-03-16 19:21       ` S Boucher
2011-03-18 18:52         ` Alex Bennee [this message]
2011-03-18 19:26           ` S Boucher
     [not found]           ` <mailman.3.1300479917.31996.help-gnu-emacs@gnu.org>
2011-03-18 20:59             ` Steph
     [not found] <mailman.7.1300211247.26153.help-gnu-emacs@gnu.org>
2011-03-16 17:45 ` Lowell Gilbert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTim4cie5Jh=-ykcUsyWNALCOnAVGvMpxxh_3dhCf@mail.gmail.com' \
    --to=kernel-hacker@bennee.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=ofv@wanadoo.es \
    --cc=stbya@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.