[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit 889ec5bd89 23/31: magit-process:password-prompt: Cos
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit 889ec5bd89 23/31: magit-process:password-prompt: Cosmetics |
Date: |
Sun, 26 Jan 2025 13:08:56 -0500 (EST) |
branch: elpa/magit
commit 889ec5bd89c272da51cdb25bb2ffb41e57fae673
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
magit-process:password-prompt: Cosmetics
---
test/magit-tests.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/magit-tests.el b/test/magit-tests.el
index e47d32f18a..0313375e6b 100644
--- a/test/magit-tests.el
+++ b/test/magit-tests.el
@@ -1,6 +1,6 @@
;;; magit-tests.el --- Tests for Magit -*- lexical-binding:t; coding:utf-8 -*-
-;; Copyright (C) 2008-2024 The Magit Project Contributors
+;; Copyright (C) 2008-2025 The Magit Project Contributors
;; SPDX-License-Identifier: GPL-3.0-or-later
@@ -274,7 +274,7 @@
(ert-deftest magit-process:password-prompt ()
(let ((magit-process-find-password-functions
- (list (lambda (host) (when (string= host "www.host.com")
"mypasswd")))))
+ (list (lambda (host) (and (string= host "www.host.com")
"mypasswd")))))
(cl-letf (((symbol-function 'process-send-string)
(lambda (_process string) string)))
(should (string-equal (magit-process-password-prompt
- [nongnu] elpa/magit ae2218b3c9 13/31: magit-commit-{alter, revise}: New commands, (continued)
- [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, 2025/01/26
- [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 <=
- [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
- [nongnu] elpa/magit 75988adc0a 22/31: magit-process-match-prompt: Tweak docstring, Jonas Bernoulli, 2025/01/26
- [nongnu] elpa/magit 8f15054d09 19/31: manual: Fix pasto, Jonas Bernoulli, 2025/01/26