help-guix
[Top][All Lists]
Advanced

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

Re: Git clients struggle with Guix


From: Alexandru-Sergiu Marton
Subject: Re: Git clients struggle with Guix
Date: Mon, 06 Jul 2020 15:56:08 +0300
User-agent: mu4e 1.4.10; emacs 26.3


Mathieu Othacehe <othacehe@gnu.org> writes:
I've experienced this behavior when there are some edited .po files. I usually run "git checkout -- *.po" to get rid of them. You could maybe share the output of "git status" when you are having this issue?

That seems to solve it. I attached the output of "git status" below anyways. After I ran "git checkout -- *.po" as you suggested, magit works as expected, no more freezes. Thanks a lot!

--8<---------------cut here---------------start------------->8---
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
 (use "git add <file>..." to update what will be committed)
 (use "git restore <file>..." to discard changes in working directory)
        modified:   po/guix/cs.po
        modified:   po/guix/da.po
        modified:   po/guix/de.po
        modified:   po/guix/eo.po
        modified:   po/guix/es.po
        modified:   po/guix/fr.po
        modified:   po/guix/hu.po
        modified:   po/guix/pl.po
        modified:   po/guix/pt_BR.po
        modified:   po/guix/sr.po
        modified:   po/guix/sv.po
        modified:   po/guix/ta.po
        modified:   po/guix/vi.po
        modified:   po/guix/zh_CN.po
        modified:   po/packages/da.po
        modified:   po/packages/de.po
        modified:   po/packages/eo.po
        modified:   po/packages/es.po
        modified:   po/packages/fr.po
        modified:   po/packages/hu.po
        modified:   po/packages/pl.po
        modified:   po/packages/pt_BR.po
        modified:   po/packages/sr.po
        modified:   po/packages/vi.po
        modified:   po/packages/zh_CN.po

Untracked files:
 (use "git add <file>..." to include in what will be committed)
        t-guix-graph-8386/
        t-home-6781/
        t-profile-6433.lock
        t-profile-6781
        t-profile-6781-0-link
        t-profile-6781-1-link
        t-profile-6781-2-link
        t-profile-6781-3-link
        t-profile-6781-4-link
        t-profile-6781.lock
        t-profile-alt-6781
        t-profile-alt-6781-1-link
        t-profile-alt-6781.lock

no changes added to commit (use "git add" and/or "git commit -a")
--8<---------------cut here---------------end--------------->8---

--
Alexandru-Sergiu Marton



reply via email to

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