Merge pull request #198 from mattn/fix/git-init-dead-web-flag

git: remove the dead --web flag from 'git init'
This commit is contained in:
mattn
2026-08-18 04:56:41 +00:00
committed by GitHub

4
git.go
View File

@@ -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",