From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Magit is painfully slow Date: Sat, 29 Dec 2018 09:17:52 +0100 Message-ID: <8736qg4uhb.fsf@elephly.net> References: <87d0pkbyjo.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdA4R-0005T0-Iu for guix-devel@gnu.org; Sat, 29 Dec 2018 03:34:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gdA3x-0007XG-93 for guix-devel@gnu.org; Sat, 29 Dec 2018 03:34:11 -0500 Received: from sender-of-o53.zoho.com ([135.84.80.218]:21772) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gdA3w-0007Tt-To for guix-devel@gnu.org; Sat, 29 Dec 2018 03:33:41 -0500 In-reply-to: <87d0pkbyjo.fsf@posteo.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Brett Gilio Cc: guix-devel Hi Brett, > I am having the weirdest issue with the Guix repository cloned from > Savannah. Before compiling, Magit is very efficient and opens in no time > at all. However, after compiling and generating several .po and .texi > files Magit takes almost a whole minute to open. That=E2=80=99s because it=E2=80=99s trying to colorize the diff of thousand= s of lines of .po and .texi changes. Since these are generated automatically, run =E2=80=9Cgit checkout -- po && git checkout -- doc=E2=80=9D and magit will = be fast again. --=20 Ricardo