]> git.ipfire.org Git - thirdparty/git.git/commitdiff
cook: add https://gitlab.com/git-vcs/git as another mirror
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 1 Dec 2020 09:46:23 +0000 (10:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Dec 2020 21:22:41 +0000 (13:22 -0800)
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>
MaintNotes
cook

index 0dc03080debed2a5b3e66ef113b2335dc0fbd295..bb3064e9ac4bd48c53c3236bf5e12eb0e5caf289 100644 (file)
@@ -136,6 +136,7 @@ My public git.git repositories are (mirrored) at:
   https://kernel.googlesource.com/pub/scm/git/git
   git://repo.or.cz/alt-git.git/
   https://github.com/git/git/
+  https://gitlab.com/git-vcs/git/
 
 This one shows not just the main integration branches, but also
 individual topics broken out:
diff --git a/cook b/cook
index 03ac0cfbe4bb2d9a07877d1db48294ef29980bcb..225839011498b489549f0aab89f244ba75b9db50 100755 (executable)
--- a/cook
+++ b/cook
@@ -295,8 +295,8 @@ the integration branches, but I am still holding onto them.
 
 
 Copies of the source code to Git live in many repositories, and the
-following is a list of the ones I push into.  Some repositories have
-only a subset of branches.
+following is a list of the ones I push into or their mirrors.  Some
+repositories have only a subset of branches.
 
 With maint, master, next, seen, todo:
 
@@ -304,6 +304,7 @@ With maint, master, next, seen, todo:
        git://repo.or.cz/alt-git.git/
        https://kernel.googlesource.com/pub/scm/git/git/
        https://github.com/git/git/
+       https://gitlab.com/git-vcs/git/
 
 With all the integration branches and topics broken out: