mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-05-18 13:08:39 -04:00
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.
965027229c
confirms development moved to GitHub.
This commit is contained in:
parent
1af1abe5aa
commit
2cded8f433
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user