Re: Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
Mathieu Othacehe 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 sta

Re: Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
On Mon Jul 6, 2020 at 2:52 PM EEST, Mathieu Othacehe wrote: > 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? I played a bit with the r

Re: Git clients struggle with Guix

2020-07-06 Thread zimoun
Dear, On Mon, 06 Jul 2020 at 11:52, Mathieu Othacehe wrote: > 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? I also have aliases fo

Re: Git clients struggle with Guix

2020-07-06 Thread Michael Rohleder
Hey Alexandru, "Alexandru-Sergiu Marton" 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. Runn

Re: Git clients struggle with Guix

2020-07-06 Thread Mathieu Othacehe
Hello, > Any tips on how to deal with this? I haven't got a clue about why it > does this stuff. 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 thi

Git clients struggle with Guix

2020-07-06 Thread Alexandru-Sergiu Marton
Hi, 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 expecte