apparently you can do that by setting @git_base_url_list in gitweb.conf: https://git-scm.com/docs/gitweb.conf#Documentation/gitweb.conf.txt-gitbaseurllist afaict we'd want to set it to: push @git_base_url_list, "https://git.libre-soc.org/git"; push @git_base_url_list, "ssh://gitolite3@git.libre-soc.org:922"; push @git_base_url_list, "git://git.libre-soc.org";
that's a good idea, saves time. hmm not with utils.git on the end though
(In reply to Luke Kenneth Casson Leighton from comment #1) > that's a good idea, saves time. hmm not with utils.git on the end though oh, yeah, oops. i tested the clone urls by cloning utils.git but forgot to remove it...