From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Magit is very slow with Guix's Git checkout Date: Tue, 18 Jun 2019 09:47:01 +0200 Message-ID: <87wohjnxmy.fsf@elephly.net> References: <87a7ef35f3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58792) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hd8qR-00062z-3K for guix-devel@gnu.org; Tue, 18 Jun 2019 03:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hd8qO-0006iJ-Th for guix-devel@gnu.org; Tue, 18 Jun 2019 03:47:54 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21366) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hd8qL-0006M5-SL for guix-devel@gnu.org; Tue, 18 Jun 2019 03:47:51 -0400 In-reply-to: <87a7ef35f3.fsf@gmail.com> 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: Chris Marusich Cc: guix-devel@gnu.org Hi Chris, > I've been learning to use Magit more and more, and I really enjoy it. > However, I've noticed that it takes a very long time (minutes) to give > control back to me when I run "M-x magit-status" in my Guix checkout. > > Am I doing something wrong? Is there a way to avoid this slowdown? Run =E2=80=9Cgit checkout -- po=E2=80=9D to undo the automatically generate= d changes to the =E2=80=9Cpo=E2=80=9D directory, which in my experience is responsible f= or the slow down. -- Ricardo