commit eb156d2

Michael Forney  ·  2026-05-20 09:48:33 +0000 UTC
parent b17da5b
gitmodules: Consistently use .git at the end of github urls

This is what github directs you to use when you clone a repository.
1 files changed,  +39, -39
+39, -39
  1@@ -1,6 +1,6 @@
  2 [submodule "pkg/awk/src"]
  3 	path = pkg/awk/src
  4-	url = https://github.com/onetrueawk/awk
  5+	url = https://github.com/onetrueawk/awk.git
  6 [submodule "pkg/b3sum/src"]
  7 	path = pkg/b3sum/src
  8 	url = https://git.sr.ht/~mcf/b3sum
  9@@ -24,7 +24,7 @@
 10 	ignore = all
 11 [submodule "pkg/dosfstools/src"]
 12 	path = pkg/dosfstools/src
 13-	url = https://github.com/dosfstools/dosfstools
 14+	url = https://github.com/dosfstools/dosfstools.git
 15 	ignore = all
 16 [submodule "pkg/e2fsprogs/src"]
 17 	path = pkg/e2fsprogs/src
 18@@ -36,13 +36,13 @@
 19 	ignore = all
 20 [submodule "pkg/file/src"]
 21 	path = pkg/file/src
 22-	url = https://github.com/file/file
 23+	url = https://github.com/file/file.git
 24 [submodule "pkg/fspec-sync/src"]
 25 	path = pkg/fspec-sync/src
 26 	url = https://github.com/oasislinux/fspec-sync.git
 27 [submodule "pkg/git/src"]
 28 	path = pkg/git/src
 29-	url = https://github.com/git/git
 30+	url = https://github.com/git/git.git
 31 	ignore = untracked
 32 [submodule "pkg/kiss/src"]
 33 	path = pkg/kiss/src
 34@@ -57,13 +57,13 @@
 35 	url = https://github.com/PJK/libcbor.git
 36 [submodule "pkg/libevent/src"]
 37 	path = pkg/libevent/src
 38-	url = https://github.com/libevent/libevent
 39+	url = https://github.com/libevent/libevent.git
 40 [submodule "pkg/libfido2/src"]
 41 	path = pkg/libfido2/src
 42 	url = https://github.com/oasislinux/libfido2.git
 43 [submodule "pkg/libnl/src"]
 44 	path = pkg/libnl/src
 45-	url = https://github.com/thom311/libnl
 46+	url = https://github.com/thom311/libnl.git
 47 	ignore = all
 48 [submodule "pkg/libtls-bearssl/src"]
 49 	path = pkg/libtls-bearssl/src
 50@@ -89,41 +89,41 @@
 51 	url = https://github.com/oasislinux/openssh.git
 52 [submodule "pkg/pigz/src"]
 53 	path = pkg/pigz/src
 54-	url = https://github.com/madler/pigz
 55+	url = https://github.com/madler/pigz.git
 56 [submodule "pkg/rc/src"]
 57 	path = pkg/rc/src
 58 	url = https://github.com/oasislinux/rc.git
 59 	ignore = all
 60 [submodule "pkg/rcinit/src"]
 61 	path = pkg/rcinit/src
 62-	url = https://github.com/hovercats/rcinit
 63+	url = https://github.com/hovercats/rcinit.git
 64 [submodule "pkg/rcsm/src"]
 65 	path = pkg/rcsm/src
 66-	url = https://github.com/hovercats/rcsm
 67+	url = https://github.com/hovercats/rcsm.git
 68 [submodule "pkg/samurai/src"]
 69 	path = pkg/samurai/src
 70-	url = https://github.com/michaelforney/samurai
 71+	url = https://github.com/michaelforney/samurai.git
 72 [submodule "pkg/sbase/src"]
 73 	path = pkg/sbase/src
 74 	url = https://git.suckless.org/sbase
 75 	ignore = all
 76 [submodule "pkg/sdhcp/src"]
 77 	path = pkg/sdhcp/src
 78-	url = https://github.com/michaelforney/sdhcp
 79+	url = https://github.com/michaelforney/sdhcp.git
 80 [submodule "pkg/tinyalsa/src"]
 81 	path = pkg/tinyalsa/src
 82 	url = https://github.com/tinyalsa/tinyalsa.git
 83 	ignore = all
 84 [submodule "pkg/tz/src"]
 85 	path = pkg/tz/src
 86-	url = https://github.com/eggert/tz
 87+	url = https://github.com/eggert/tz.git
 88 [submodule "pkg/ubase/src"]
 89 	path = pkg/ubase/src
 90-	url = https://github.com/michaelforney/ubase
 91+	url = https://github.com/michaelforney/ubase.git
 92 	ignore = all
 93 [submodule "pkg/vis/src"]
 94 	path = pkg/vis/src
 95-	url = https://github.com/martanne/vis
 96+	url = https://github.com/martanne/vis.git
 97 	ignore = all
 98 [submodule "pkg/xz/src"]
 99 	path = pkg/xz/src
100@@ -131,7 +131,7 @@
101 	ignore = all
102 [submodule "pkg/zlib/src"]
103 	path = pkg/zlib/src
104-	url = https://github.com/madler/zlib
105+	url = https://github.com/madler/zlib.git
106 [submodule "pkg/qbe/src"]
107 	path = pkg/qbe/src
108 	url = git://c9x.me/qbe.git
109@@ -141,18 +141,18 @@
110 	url = git://git.suckless.org/quark
111 [submodule "pkg/zstd/src"]
112 	path = pkg/zstd/src
113-	url = https://github.com/facebook/zstd
114+	url = https://github.com/facebook/zstd.git
115 	ignore = all
116 [submodule "pkg/the_silver_searcher/src"]
117 	path = pkg/the_silver_searcher/src
118-	url = https://github.com/ggreer/the_silver_searcher
119+	url = https://github.com/ggreer/the_silver_searcher.git
120 	ignore = all
121 [submodule "pkg/smu/src"]
122 	path = pkg/smu/src
123-	url = https://github.com/gottox/smu
124+	url = https://github.com/gottox/smu.git
125 [submodule "pkg/libinput/src"]
126 	path = pkg/libinput/src
127-	url = https://github.com/oasislinux/libinput
128+	url = https://github.com/oasislinux/libinput.git
129 [submodule "pkg/libevdev/src"]
130 	path = pkg/libevdev/src
131 	url = https://gitlab.freedesktop.org/libevdev/libevdev.git
132@@ -181,15 +181,15 @@
133 	ignore = all
134 [submodule "pkg/velox/src"]
135 	path = pkg/velox/src
136-	url = https://github.com/michaelforney/velox
137+	url = https://github.com/michaelforney/velox.git
138 	ignore = all
139 [submodule "pkg/swc/src"]
140 	path = pkg/swc/src
141-	url = https://github.com/michaelforney/swc
142+	url = https://github.com/michaelforney/swc.git
143 	ignore = all
144 [submodule "pkg/utf8proc/src"]
145 	path = pkg/utf8proc/src
146-	url = https://github.com/JuliaLang/utf8proc
147+	url = https://github.com/JuliaLang/utf8proc.git
148 [submodule "pkg/st/src"]
149 	path = pkg/st/src
150 	url = git://git.suckless.org/st
151@@ -202,18 +202,18 @@
152 	url = git://git.ghostscript.com/jbig2dec.git
153 [submodule "pkg/libffi/src"]
154 	path = pkg/libffi/src
155-	url = https://github.com/libffi/libffi
156+	url = https://github.com/libffi/libffi.git
157 	ignore = all
158 [submodule "pkg/libpng/src"]
159 	path = pkg/libpng/src
160-	url = https://github.com/glennrp/libpng
161+	url = https://github.com/glennrp/libpng.git
162 	ignore = all
163 [submodule "pkg/mupdf/src"]
164 	path = pkg/mupdf/src
165 	url = https://github.com/oasislinux/mupdf.git
166 [submodule "pkg/expat/src"]
167 	path = pkg/expat/src
168-	url = https://github.com/libexpat/libexpat
169+	url = https://github.com/libexpat/libexpat.git
170 [submodule "pkg/libxkbcommon/src"]
171 	path = pkg/libxkbcommon/src
172 	url = https://github.com/xkbcommon/libxkbcommon.git
173@@ -223,10 +223,10 @@
174 	url = https://anongit.freedesktop.org/git/mesa/drm.git
175 [submodule "pkg/libjpeg-turbo/src"]
176 	path = pkg/libjpeg-turbo/src
177-	url = https://github.com/libjpeg-turbo/libjpeg-turbo
178+	url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
179 [submodule "pkg/netsurf/src"]
180 	path = pkg/netsurf/src
181-	url = https://github.com/oasislinux/netsurf
182+	url = https://github.com/oasislinux/netsurf.git
183 [submodule "pkg/netsurf/libcss/src"]
184 	path = pkg/netsurf/libcss/src
185 	url = git://git.netsurf-browser.org/libcss.git
186@@ -267,7 +267,7 @@
187 	ignore = all
188 [submodule "pkg/mpv/src"]
189 	path = pkg/mpv/src
190-	url = https://github.com/mpv-player/mpv
191+	url = https://github.com/mpv-player/mpv.git
192 	ignore = all
193 [submodule "pkg/ffmpeg/src"]
194 	path = pkg/ffmpeg/src
195@@ -282,11 +282,11 @@
196 	ignore = all
197 [submodule "pkg/libass/src"]
198 	path = pkg/libass/src
199-	url = https://github.com/libass/libass
200+	url = https://github.com/libass/libass.git
201 	ignore = all
202 [submodule "pkg/u-config/src"]
203 	path = pkg/u-config/src
204-	url = https://github.com/skeeto/u-config
205+	url = https://github.com/skeeto/u-config.git
206 [submodule "pkg/scdoc/src"]
207 	path = pkg/scdoc/src
208 	url = https://git.sr.ht/~sircmpwn/scdoc
209@@ -295,30 +295,30 @@
210 	url = https://git.sr.ht/~lattis/muon/
211 [submodule "pkg/fuse/src"]
212 	path = pkg/fuse/src
213-	url = https://github.com/libfuse/libfuse
214+	url = https://github.com/libfuse/libfuse.git
215 	ignore = all
216 [submodule "pkg/squashfs-tools-ng/src"]
217 	path = pkg/squashfs-tools-ng/src
218-	url = https://github.com/AgentD/squashfs-tools-ng
219+	url = https://github.com/AgentD/squashfs-tools-ng.git
220 [submodule "pkg/bubblewrap/src"]
221 	path = pkg/bubblewrap/src
222-	url = https://github.com/containers/bubblewrap
223+	url = https://github.com/containers/bubblewrap.git
224 	ignore = all
225 [submodule "pkg/tamzen-font/src"]
226 	path = pkg/tamzen-font/src
227-	url = https://github.com/sunaku/tamzen-font
228+	url = https://github.com/sunaku/tamzen-font.git
229 [submodule "pkg/pdpmake/src"]
230 	path = pkg/pdpmake/src
231-	url = https://github.com/rmyorston/pdpmake
232+	url = https://github.com/rmyorston/pdpmake.git
233 [submodule "pkg/xxhash/src"]
234 	path = pkg/xxhash/src
235-	url = https://github.com/Cyan4973/xxHash
236+	url = https://github.com/Cyan4973/xxHash.git
237 [submodule "pkg/lz4/src"]
238 	path = pkg/lz4/src
239-	url = https://github.com/lz4/lz4
240+	url = https://github.com/lz4/lz4.git
241 [submodule "pkg/ncompress/src"]
242 	path = pkg/ncompress/src
243-	url = https://github.com/vapier/ncompress
244+	url = https://github.com/vapier/ncompress.git
245 	ignore = all
246 [submodule "pkg/pax/src"]
247 	path = pkg/pax/src
248@@ -354,4 +354,4 @@
249 	url = https://codeberg.org/wf/howl
250 [submodule "pkg/libspng/src"]
251 	path = pkg/libspng/src
252-	url = https://github.com/randy408/libspng
253+	url = https://github.com/randy408/libspng.git