git_infra

Git infra scripts for git.bracken.jp
git clone https://git.bracken.jp/git_infra.git
Log | Files | Refs | LICENSE

commit 2456bf9230380b50a966e65571114fa66ce64829
parent 2495edcd4b5545f5187b70dbd12064dc6e76c429
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 16 Aug 2026 18:26:25 +0900

Force git fetch IPv4

Diffstat:
Mupdate_mirrors.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_mirrors.sh b/update_mirrors.sh @@ -40,7 +40,7 @@ fetch_mirrors() { if [ -d "$mirror" ]; then cd "$mirror" printerr "[git mirror] ... $mirror" - git fetch + git fetch -4 # Regenerate static pages for public, unlisted repos. if [ -e git-daemon-export-ok ]; then