branch: elpa/magit
commit 76253bda0d05d252e118e56955447b6e4d6c0535
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    magit--git-wash-keep-error: Enable by default
    
    Closes #5255.
---
 lisp/magit-git.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 281fdc232e7..ae71009f615 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -546,7 +546,7 @@ message and add a section in the respective process buffer."
     (apply #'magit-git-insert args)
     (split-string (buffer-string) "\0" t)))
 
-(defvar magit--git-wash-keep-error nil) ; experimental
+(defvar magit--git-wash-keep-error t)
 
 (defun magit-git-wash (washer &rest args)
   "Execute Git with ARGS, inserting washed output at point.

Reply via email to