Magit buffer shrinks the vertical window size during operations
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### What did you expect to happen?
When I perform an operation in magit, I expect the window size to remain the same.
### What actually happened?
If I make a commit, the transient window seems to shrink the buffer window permanently. Something isn't properly restoring the window height.
Before:

I push 'c' and this happens:

From this point on the window is permanently shrunk even after finishing making the commit. It should restore back to normal.
### Describe your attempts to resolve the issue
I haven't spent much time debugging this. I wanted to create a bug report for anyone else who is running into this. When I get some time I can investigate further. I did try doom-debug-mode but no errors.
### Steps to reproduce
1. Open a project with a git repo.
2. Create a split window SPC-w-s.
3. Open magit in the top window.
4. Try any operation, such as 'c', it should shrink the window incorrectly.
### System Information
https://pastebin.com/LZKDu160
Contributor guide
Assessment
This issue has not been assessed yet.