emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 69be963b62 2/9: magit-startup-asserts: Remove s


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 69be963b62 2/9: magit-startup-asserts: Remove special case for Travis
Date: Tue, 22 Feb 2022 05:58:10 -0500 (EST)

branch: elpa/git-commit
commit 69be963b62b1308b14b432da0718bb9a0525e136
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-startup-asserts: Remove special case for Travis
    
    We no longer use Travis so remove the special case originally added
    in [1: c70494206].  We now use Github Actions and while they may not
    always use the very latest Git release, whatever they make available
    is bound to always be more recent than the oldest version Magit still
    supports.
    
    1: 2015-08-24 c70494206ed4de1af17b73f2fd7b26b0a8d4fc8e
       travis: do not assert Git is recent enough
---
 lisp/magit.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/magit.el b/lisp/magit.el
index 716f08b0d0..7241240a9e 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -657,8 +657,7 @@ 
https://github.com/magit/magit/wiki/Don't-set-$GIT_DIR-and-alike" val))
 https://github.com/magit/magit/wiki/Don't-set-$GIT_DIR-and-alike" val))
   (let ((version (magit-git-version)))
     (when (and version
-               (version< version magit--minimal-git)
-               (not (equal (getenv "CI") "true")))
+               (version< version magit--minimal-git))
       (display-warning 'magit (format "\
 Magit requires Git >= %s, you are using %s.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]