branch: elpa/magit commit 15bf7dc53d539e64bf7a012d27120921a967fe56 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit--insert-log: Ignore magit--git-wash-keep-error again We just started respecting that in [1: 230b91d819], but more work is needed before we can do that. 1: 2024-11-15 230b91d819210efb93396be9dee53ff8f815f560 magit--insert-{diff,log}: Respect magit--git-wash-keep-error --- lisp/magit-log.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/magit-log.el b/lisp/magit-log.el index 5cb89408cdc..3b39a6ebdc9 100644 --- a/lisp/magit-log.el +++ b/lisp/magit-log.el @@ -1177,8 +1177,7 @@ Do not add this to a hook variable." (setq magit-section-preserve-visibility t) ; TODO do it here? (let ((magit-git-global-arguments (remove "--literal-pathspecs" magit-git-global-arguments))) - (magit--git-wash (apply-partially #'magit-log-wash-log 'log) - (or keep-error magit--git-wash-keep-error) + (magit--git-wash (apply-partially #'magit-log-wash-log 'log) keep-error "log" (format "--format=%s%%h%%x0c%s%%x0c%s%%x0c%%aN%%x0c%s%%x0c%%s%s" (if (and (member "--left-right" args)