Skip to content

Commit 2f839f5

Browse files
avargitster
authored andcommitted
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>
1 parent 893802c commit 2f839f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

MaintNotes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ My public git.git repositories are (mirrored) at:
136136
https://kernel.googlesource.com/pub/scm/git/git
137137
git://repo.or.cz/alt-git.git/
138138
https://github.com/git/git/
139+
https://gitlab.com/git-vcs/git/
139140

140141
This one shows not just the main integration branches, but also
141142
individual topics broken out:

cook

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,15 +295,16 @@ the integration branches, but I am still holding onto them.
295295
296296
297297
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.
300300
301301
With maint, master, next, seen, todo:
302302
303303
git://git.kernel.org/pub/scm/git/git.git/
304304
git://repo.or.cz/alt-git.git/
305305
https://kernel.googlesource.com/pub/scm/git/git/
306306
https://github.com/git/git/
307+
https://gitlab.com/git-vcs/git/
307308
308309
With all the integration branches and topics broken out:
309310

0 commit comments

Comments
 (0)