[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit e9614a336f 21/31: magit-commit-revise: Don't show di
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit e9614a336f 21/31: magit-commit-revise: Don't show diff in log-select |
Date: |
Sun, 26 Jan 2025 13:08:55 -0500 (EST) |
branch: elpa/magit
commit e9614a336ffef61e8660188a95ae5d78674ed36d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-commit-revise: Don't show diff in log-select
---
lisp/magit-commit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-commit.el b/lisp/magit-commit.el
index f9cc7c9936..9469bcdbe7 100644
--- a/lisp/magit-commit.el
+++ b/lisp/magit-commit.el
@@ -415,7 +415,7 @@ Like `magit-commit-squash' but also run a `--autofixup'
rebase."
(format "Type %%p on a commit to %s into it,"
(substring option 2))
nil nil nil commit))
- (when magit-commit-show-diff
+ (when (and magit-commit-show-diff (not nopatch))
(let ((magit-display-buffer-noselect t))
(apply #'magit-diff-staged nil (magit-diff-arguments)))))))
- [nongnu] elpa/magit 6efe13e701 01/31: Highlight amend! markers as well, (continued)
- [nongnu] elpa/magit 6efe13e701 01/31: Highlight amend! markers as well, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 3f7fcf073c 05/31: magit-commit:--date: Define explicitly, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 5e60aa72e5 04/31: magit-commit-create: No longer amend with a prefix argument, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit ae2218b3c9 13/31: magit-commit-{alter, revise}: New commands, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit a8d7460612 17/31: manual: Categorize "Options used by commit commands" section, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 99190f29d5 09/31: magit-commit: Use more columns and add titles to all, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit c1f1da238e 10/31: magit-commit: Change descriptions of "spread" commands, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 778ad46f01 16/31: Improve documentation about commit commands, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 0e624c6c39 15/31: Rearrange definitions and documentation of commit commands, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 20eb323b47 08/31: magit-commit: Disable magit-commit-reshelve, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit e9614a336f 21/31: magit-commit-revise: Don't show diff in log-select,
Jonas Bernoulli <=
- [nongnu] elpa/magit a43c1d8d7a 31/31: magit-process-password-prompt-regexps: Increase flexibility, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 7ac3896481 26/31: magit-process-password-prompt-regexps: Group regexps by type, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 889ec5bd89 23/31: magit-process:password-prompt: Cosmetics, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 4e4690968a 29/31: magit-process-password-prompt-regexps: Split out a host regexp, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit c28ddcf14e 27/31: magit-process-password-prompt-regexps: Move a newline, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 1312f89003 24/31: magit-process:password-prompt-regexps: New test, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit bfc5ff4b6b 30/31: magit-process-password-prompt-regexps: Split out a non-host regexp, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 8b14384878 18/31: manual: Fix introduction to committing, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit fd4fb4c9d6 28/31: magit-process-password-prompt-regexps: Match double-quotes, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit bfadd41079 06/31: magit-commit-{absorb, autofixup}: Explicitly set transient behavior, Jonas Bernoulli, 2025/01/26