From 2a3587dbb49ee98088da9c7d86dc526c1263dc3b Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Tue, 18 Aug 2026 13:22:12 +0900 Subject: [PATCH] git: remove the --web flag from 'git init', it stopped doing anything when web setup was eliminated. --- git.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/git.go b/git.go index de6df05..c280a2a 100644 --- a/git.go +++ b/git.go @@ -61,10 +61,6 @@ aside from those, there is also: Name: "description", Usage: "repository description", }, - &cli.StringSliceFlag{ - Name: "web", - Usage: "web URLs for the repository (can be used multiple times)", - }, &cli.StringFlag{ Name: "owner", Usage: "owner public key",