-
I'm not sure if this is a bug or just some feature I acidently stumbled on to, but somehow magit doesn't show the unstaged changes section at all. Yet, when I examine |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Did you try in another repository? The relevant function is |
Beta Was this translation helpful? Give feedback.
-
I did check for errors/warnings in the Messages buffer. There weren't any. I also ran shell command produced by |
Beta Was this translation helpful? Give feedback.
-
I was encountering the same behavior. The unstaged section wasn't being displayed in one repo but was everywhere else. Enabling |
Beta Was this translation helpful? Give feedback.
Did you try in another repository?
Did you check if there is an error/warning in the
*Messages*
buffer?Did you try to reproduce with
emacs -Q
(see https://magit.vc/manual/magit/Debugging-Tools.html)?The relevant function is
magit-insert-unstaged-changes
. Try adding debug statements to that, among other things to find out whether it is being called at all.