Skip to content

Commit dd0c395

Browse files
avargitster
authored andcommitted
MaintNotes: use https:// instead of git:// when possible
Most git:// URLs listed for the copies of the Git repository have working corresponding https:// URLs that can be given to a browser to browse the repository interactively. List https:// URL instead of git:// URL for such repositories. The former is also more secure, even though it may be more expensive. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 2f839f5 commit dd0c395

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

MaintNotes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,16 +132,16 @@ leaking out before we're ready to make public announcements.
132132

133133
My public git.git repositories are (mirrored) at:
134134

135-
git://git.kernel.org/pub/scm/git/git.git/
135+
https://git.kernel.org/pub/scm/git/git.git/
136136
https://kernel.googlesource.com/pub/scm/git/git
137-
git://repo.or.cz/alt-git.git/
137+
https://repo.or.cz/alt-git.git/
138138
https://github.com/git/git/
139139
https://gitlab.com/git-vcs/git/
140140

141141
This one shows not just the main integration branches, but also
142142
individual topics broken out:
143143

144-
git://github.com/gitster/git/
144+
https://github.com/gitster/git/
145145

146146
A few web interfaces are found at:
147147

@@ -152,8 +152,8 @@ A few web interfaces are found at:
152152
Preformatted documentation from the tip of the "master" branch can be
153153
found in:
154154

155-
git://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
156-
git://repo.or.cz/git-{htmldocs,manpages}.git/
155+
https://git.kernel.org/pub/scm/git/git-{htmldocs,manpages}.git/
156+
https://repo.or.cz/git-{htmldocs,manpages}.git/
157157
https://github.com/gitster/git-{htmldocs,manpages}.git/
158158

159159
The manual pages formatted in HTML for the tip of 'master' can be

0 commit comments

Comments
 (0)