web


git clone https://radroots.dev/git/web.git
Log | Files | Refs | Submodules | README | LICENSE

commit eefa3d28a50d497136eebc16f188b6bd30b6aa98
parent 6473b6aac12060b653e96e3c2ecbbb204706b626
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sun,  6 Oct 2024 15:17:26 +0000

Add `geonames` submodule

Diffstat:
M.gitmodules | 4++++
Astatic/geonames | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -7,3 +7,7 @@ [submodule "static/stylesheets"] path = static/stylesheets url = git@github.com:72-61-64-72-6f-6f-74-73/stylesheets.git +[submodule "static/geonames"] + path = static/geonames + url = git@github.com:72-61-64-72-6f-6f-74-73/geonames.git + branch = database diff --git a/static/geonames b/static/geonames @@ -0,0 +1 @@ +Subproject commit 49ba0e0ee53d69636c8d991fa1448890405b4bb0