Questions tagged [magit-status]
The magit-status tag has no summary.
6 questions
2 votes
1 answer
349 views
M-x magit-status extremely slow on large repository
I have a repository with over 50k commits as part of a large project. Only M-x magit-status is causing issues by hanging indefinitely. Manually executing commands such as M-x magit-log l works fine. I ...
1 vote
1 answer
546 views
Can I see Pull Request comments in Emacs using Magit and Forge?
I am still pretty new to using Magit and Forge in emacs, but I have not found an answer to this question in the docs or videos. Here is the situation. So I have a draft pull request submitted on ...
0 votes
1 answer
96 views
Toggle visibility of unchanged files in magit-status
I want to rename a number of tracked but unchanged files via magit. I know that I can use R (magit-file-rename). However, magit-status does not show me unchanged files. How can I toggle the visibility ...