From 2cded8f433b653ed014612328b9b1eb57f0db6d4 Mon Sep 17 00:00:00 2001 From: Ivan Jager Date: Sun, 16 Jul 2023 10:34:50 -0500 Subject: [PATCH] compat: Get from new upstream repository Trying to check out the latest version of emacs.g, I ran into fatal: remote error: upload-pack: not our ref e3b9f66b6d60d5f1da91218fa95cc3a4dca30cfb fatal: Fetched in submodule path 'lib/compat', but it did not contain e3b9f66b6d60d5f1da91218fa95cc3a4dca30cfb. Direct fetching of that commit failed. Checking git history, I found this commit was described in 4c799656f5b5c9fe22dda0380b32ce1bf40f0999 as Update compat to 29.1.4.1-19-ge3b9f66 but the latest tag in the sr.ht repo is 28.1.2.2 from 10 months ago. As of 2023-07-16, checking ELPA https://elpa.gnu.org/packages/compat.html lists the package website as https://github.com/emacs-compat/compat and the GitHub repo does contain the missing commit, along with the version 29.x tags. https://git.sr.ht/~pkal/compat/commit/965027229c5e23748eac9e88bdd45397d56a1698 confirms development moved to GitHub. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 94f9daf..b1dc814 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ url = git@github.com:magit/closql.git [submodule "compat"] path = lib/compat - url = https://git.sr.ht/~pkal/compat + url = git@github.com:emacs-compat/compat.git [submodule "dash"] path = lib/dash url = git@github.com:magnars/dash.el.git