From 44863877c2126a5f51dba226cfc24df54cf0f858 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 24 Aug 2024 20:59:09 +0200 Subject: [PATCH 1/2] Update 4 drones Update markdown-mode to v2.6-42-g6d1f08b Update no-littering to v1.7.1-1-gd80f442 Update undo-tree to release/0.8.1-14-gf556376 Update yaml-mode to 0.0.16-7-g7b5ce29 --- lib/markdown-mode | 2 +- lib/no-littering | 2 +- lib/undo-tree | 2 +- lib/yaml-mode | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/markdown-mode b/lib/markdown-mode index b7da085..6d1f08b 160000 --- a/lib/markdown-mode +++ b/lib/markdown-mode @@ -1 +1 @@ -Subproject commit b7da085037cd052ac61dbdf4b1ae097ec31ccaf0 +Subproject commit 6d1f08b3c52ccf9129ffa069fd0bfccc66cf72d5 diff --git a/lib/no-littering b/lib/no-littering index ef02b6f..d80f442 160000 --- a/lib/no-littering +++ b/lib/no-littering @@ -1 +1 @@ -Subproject commit ef02b6fcedd97f3ab039b51411fdaab7336d819b +Subproject commit d80f442c15a1e81ce939891bbb4497a0559831b9 diff --git a/lib/undo-tree b/lib/undo-tree index 7eb78fa..f556376 160000 --- a/lib/undo-tree +++ b/lib/undo-tree @@ -1 +1 @@ -Subproject commit 7eb78fa1fcb076621235c46fc730f485d3225dbb +Subproject commit f55637665de4dc1f3d8cae28f456a84b3a5655f8 diff --git a/lib/yaml-mode b/lib/yaml-mode index b153150..7b5ce29 160000 --- a/lib/yaml-mode +++ b/lib/yaml-mode @@ -1 +1 @@ -Subproject commit b153150e0e77b4ec462d741cdb16956c6ae270d6 +Subproject commit 7b5ce294fb15c2c8926fa476d7218aa415550a2a From 1f0cf39caad8ff84dcb90e29705c07b62ac9c8e6 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 24 Aug 2024 21:00:05 +0200 Subject: [PATCH 2/2] Emacsg: Use https repository urls --- .gitmodules | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 3a22e70..ba6e426 100644 --- a/.gitmodules +++ b/.gitmodules @@ -36,13 +36,13 @@ url = https://github.com/magit/magit.git [submodule "markdown-mode"] path = lib/markdown-mode - url = git@github.com:jrblevin/markdown-mode.git + url = https://github.com/jrblevin/markdown-mode.git [submodule "no-littering"] path = lib/no-littering - url = git@github.com:emacscollective/no-littering.git + url = https://github.com/emacscollective/no-littering.git [submodule "queue"] path = lib/queue - url = git@github.com:emacsmirror/queue.git + url = https://github.com/emacsmirror/queue.git [submodule "transient"] path = lib/transient url = https://github.com/magit/transient.git @@ -52,10 +52,10 @@ [submodule "undo-tree"] remote = silent http://www.dr-qubit.org/git/undo-tree.git path = lib/undo-tree - url = git@github.com:tarsiiformes/undo-tree.git + url = https://github.com/tarsiiformes/undo-tree.git [submodule "with-editor"] path = lib/with-editor url = https://github.com/magit/with-editor.git [submodule "yaml-mode"] path = lib/yaml-mode - url = git@github.com:yoshiki/yaml-mode.git + url = https://github.com/yoshiki/yaml-mode.git