diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-15 07:53:30 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2024-11-15 07:53:30 +0100 |
| commit | 76253bda0d05d252e118e56955447b6e4d6c0535 (patch) | |
| tree | 4769ef56930074457ecd6bd7550f97040512b60e /lisp/magit-git.el | |
| parent | e254dda362865945b19facc2a452e9c802b3213b (diff) | |
magit--git-wash-keep-error: Enable by default
Closes #5255.
Diffstat (limited to 'lisp/magit-git.el')
| -rw-r--r-- | lisp/magit-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-git.el b/lisp/magit-git.el index 281fdc2..ae71009 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. |
