[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.
- [nongnu] elpa/git-commit updated (68be0584f4 -> 9b94654921), ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 4d59e1cafd 5/9: magit-zap-caches: Also zap magit--remotes-using-recent-git, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 8394f0d4ea 8/9: Refactor git version asserts, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 477603835b 6/9: magit-debug-git-executable: Move definition to magit-git.el, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 69be963b62 2/9: magit-startup-asserts: Remove special case for Travis,
ELPA Syncer <=
- [nongnu] elpa/git-commit 489f84a3d6 7/9: magit--safe-git-version: New function, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 6c4ff54a08 3/9: magit-startup-asserts: Don't check Git version when building Magit, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 9b94654921 9/9: Remove redundant version/feature caches, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit 18728adc76 4/9: magit-zap-caches: With a prefix discard complete caches, ELPA Syncer, 2022/02/22
- [nongnu] elpa/git-commit d5ed87b138 1/9: magit-margin-default-time-format: New un-advertised variable, ELPA Syncer, 2022/02/22