Git push notification type #1617
-
Contributing guidelines
Module(s)mini.git QuestionAs always, thank you for your work. It makes my experience with Neovim enormously better. I'm sorry if I missed something obvious, but I want to configure the notification type produced by the Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am afraid this is how
The approach in 'mini.git' is to try and interfere into how Git itself does things. If it wants to use I'd suggest the following approaches if you absolutely must change it:
|
Beta Was this translation helpful? Give feedback.
I am afraid this is how
Git
itself reports the result of command execution. TL;DR (as my research leads to be to believe):err
channel output, and "normal" channel output.err
channel should be considered as something that…