[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit 15bf7dc53d 09/28: magit--insert-log: Ignore magit--g
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit 15bf7dc53d 09/28: magit--insert-log: Ignore magit--git-wash-keep-error again |
Date: |
Fri, 6 Dec 2024 17:17:03 -0500 (EST) |
branch: elpa/magit
commit 15bf7dc53d539e64bf7a012d27120921a967fe56
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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 5cb89408cd..3b39a6ebdc 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)
- [nongnu] elpa/magit updated (4992c3d1f6 -> 7adad8c8d3), Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 047ad22a37 01/28: make: Undeprecate if-let and when-let, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit f5f26b449d 05/28: magit--git-wash: Insert empty line after error message, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 15bf7dc53d 09/28: magit--insert-log: Ignore magit--git-wash-keep-error again,
Jonas Bernoulli <=
- [nongnu] elpa/magit 1f17e515cf 06/28: magit--git-{insert, wash}: Potentially use complete error text, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 230b91d819 04/28: magit--insert-{diff, log}: Respect magit--git-wash-keep-error, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit b2b07b993e 02/28: Silence checkdoc, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit e254dda362 07/28: magit-diff-highlight-list: Fix case when showing an error, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 76253bda0d 08/28: magit--git-wash-keep-error: Enable by default, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 8a6ca692fe 14/28: magit-process-password-prompt-regexps: Add another user@host lookup, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 7adad8c8d3 28/28: Release version 4.1.3, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit cea06e4d4e 27/28: Bump dependencies, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit e52dedf07f 22/28: magit-stash-{pop, apply}: Stop after successfully installing conflict, Jonas Bernoulli, 2024/12/06
- [nongnu] elpa/magit 8cee789f7a 10/28: magit-anything-staged-p: Extend comment about Git v2.46.{0, 1} bugs, Jonas Bernoulli, 2024/12/06