unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: help-guix@gnu.org
Subject: Re: Git clients struggle with Guix
Date: Mon, 06 Jul 2020 11:59:41 +0200	[thread overview]
Message-ID: <87y2nxarqq.fsf@rohleder.de> (raw)
In-Reply-To: <C3ZJB0HDPAFL.2I402A96YHYNZ@121408> (Alexandru-Sergiu Marton's message of "Mon, 06 Jul 2020 15:19:44 +0300")

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Hey Alexandru,

"Alexandru-Sergiu Marton" <brown121407@posteo.ro> writes:
> I'm having trouble managing the Guix repo with git clients. Both gitg
> and magit choke on it when I tell them to open it. Magit hangs for a
> couple minutes before showing the status view, and every further action
> leads to another freeze. Running git commands from the terminal is fast, as
> expected, no problem there.

I dont know about gitg, but I had this problem with magit also.

What helped was this snippet that you might try to put in your emacs config:

(with-eval-after-load 'magit
  (setq magit-section-initial-visibility-alist ;; https://irreal.org/blog/?p=8877
        '((stashes . hide) (untracked . hide) (unpushed . hide))))
        
-- 
unix || die

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

      parent reply	other threads:[~2020-07-06 10:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 12:19 Git clients struggle with Guix Alexandru-Sergiu Marton
2020-07-06  9:52 ` Mathieu Othacehe
2020-07-06  9:58   ` Pierre Neidhardt
2020-07-06 10:05   ` zimoun
2020-07-06 12:56   ` Alexandru-Sergiu Marton
2020-07-06 13:27   ` Alexandru-Sergiu Marton
2020-07-06  9:59 ` Michael Rohleder [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=87y2nxarqq.fsf@rohleder.de \
    --to=mike@rohleder.de \
    --cc=help-guix@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).