diff options
| author | saturneric <[email protected]> | 2025-11-08 00:36:07 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-08 00:36:07 +0000 |
| commit | 5a3aff180e746907975c0a8269a410e29e5dcfce (patch) | |
| tree | 6f463e7beed96f704d44402547ef39834e02bbbd | |
| parent | chore(config): disable `follow-links` feature (diff) | |
| download | cgit-5a3aff180e746907975c0a8269a410e29e5dcfce.tar.gz cgit-5a3aff180e746907975c0a8269a410e29e5dcfce.zip | |
chore(submodules): update `git` submodule URL
* Change the submodule source to a different mirror for `git`
* May improve reliability or access speed depending on the new host
* No functional change to code, only updates repository configuration
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 7983c8b..51b410d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git"] - url = https://github.com/git/git.git + url = https://git.stdv.de/Mirrors/git.git path = git |
