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

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

bug#8288: vc-git slow on large repository


From: Jason Merrill
Subject: bug#8288: vc-git slow on large repository
Date: Tue, 14 Jun 2011 19:40:40 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc14 Lightning/1.0b2 Thunderbird/3.1.10

This issue has been very frustrating for me with GCC git; when the repository isn't in the cache saving a file can cause emacs to freeze for about 10 seconds. I work around it with

(defun vc-git-state-heuristic (file)
  "Just claim we're up to date."
  'up-to-date)





reply via email to

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