cook: add https://gitlab.com/git-vcs/git as another mirror
I maintain this mirror, and hopefully we can make it semi-official. It has the same refs as the GitHub one except for the GitHub "pull" refs: $ diff -u \ <(git ls-remote https://gitlab.com/git-vcs/git.git/) \ <(git ls-remote https://github.com/git/git/|grep -v refs/pull) $ Although I had to delete the stale "pu" manually just now. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
Dec 1, 2020 at 10:46 UTC
2f839f597c610afd19566bdf4e4818834d002265
2 files changed
+4
-2
MaintNotes
+1
@@ -136,6 +136,7 @@ My public git.git repositories are (mirrored) at:
136
https://kernel.googlesource.com/pub/scm/git/git
137
git://repo.or.cz/alt-git.git/
138
https://github.com/git/git/
139
+ https://gitlab.com/git-vcs/git/
140
141
This one shows not just the main integration branches, but also
142
individual topics broken out:
cook
+3
-2
@@ -295,8 +295,8 @@ the integration branches, but I am still holding onto them.
295
296
297
Copies of the source code to Git live in many repositories, and the
298
-following is a list of the ones I push into. Some repositories have
299
-only a subset of branches.
298
+following is a list of the ones I push into or their mirrors. Some
299
+repositories have only a subset of branches.
300
301
With maint, master, next, seen, todo:
302
@@ -304,6 +304,7 @@ With maint, master, next, seen, todo:
304
git://repo.or.cz/alt-git.git/
305
https://kernel.googlesource.com/pub/scm/git/git/
306
https://github.com/git/git/
307
+ https://gitlab.com/git-vcs/git/
308
309
With all the integration branches and topics broken out:
310