]> git.ipfire.org Git - thirdparty/git.git/commit
MaintNotes: use https:// instead of git:// when possible
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 1 Dec 2020 09:58:15 +0000 (10:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Dec 2020 21:23:40 +0000 (13:23 -0800)
commitdd0c39574bc66b23099afa4c22d49eecc345a282
tree257cdbb114334d4bd84bbdacc5c08be81b6bf813
parent2f839f597c610afd19566bdf4e4818834d002265
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>
MaintNotes