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: S Boucher
Subject: Re: Emacs with git slow?
Date: Fri, 18 Mar 2011 12:26:17 -0700 (PDT)


----- Original Message ----
> From: Alex Bennee <kernel-hacker@bennee.com>
> To: S Boucher <stbya@yahoo.com>
> Cc: Óscar Fuentes <ofv@wanadoo.es>; help-gnu-emacs@gnu.org
> Sent: Fri, March 18, 2011 2:52:27 PM
> Subject: Re: Emacs with git slow?
> 
> Thanks, I think you have  just identified were the mysterious stalls I
> was seeing ...

Did look in the code, and the slowness comes from vc-git-state.

vc-git-state calls:

     git diff-index "-z" "HEAD" "--" "webkitwebview.cpp"

Which is slow on large repository.

The question is then whether or not vc-git.el can be more clever than it is.

I don't have the answer to this.





reply via email to

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