What happened?
When you open magit in a git repo (C-x g) and perform some action (e.g. commit) you can open the magit-process buffer to see what commands magit ran (from the magit status page, press backtick on doom emacs, $ on vanilla magit)
On doom emacs, it always shows all the parameters without ellipsis:
What did you expect to happen?
On vanilla emacs with magit installed, the common options that magit applies to every command, defined in the variable magit-git-global-arguments, are replaced by an ellipsis character, and it looks like this:
This is what I expect to happen.
Steps to reproduce
- Install doom emacs
- Open some file in a git repo
- Make a change
- C-x g, c c, answer yes to Commit all uncommited changes
- Write a commit message
- C-c C-c
- Press ``` (backtick)
- See that the open buffer lists the commands with the whole parameter list unellided (
git --no-pager --literal-pathspecs -c core.preloadindex\=true -c log.showSignature\=false ...)
System information
Loading data dump...

