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
Gititself reports the result of command execution. TL;DR (as my research leads to be to believe):errchannel output, and "normal" channel output.errchannel should be considered as something that…