From 3938dd72dac5cdd9aa08730d4ae0bc035034dfd6 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 9 Sep 2020 13:19:40 +0100 Subject: Update mirroring of git * Drop the "initial" branch from refspecs, as it no longer exists and this prevented updating our public mirror * Use the official git repository on GitHub, not a fork * Use the https: URL scheme --- open-source-lorries/git.lorry | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source-lorries/git.lorry b/open-source-lorries/git.lorry index db5ca9c..ef3c6b7 100644 --- a/open-source-lorries/git.lorry +++ b/open-source-lorries/git.lorry @@ -1,9 +1,9 @@ { "git": { "type": "git", - "url": "git://github.com/gitster/git.git", + "url": "https://github.com/git/git.git", "refspecs": [ - "+snap", "master", "+next", "initial", + "+snap", "master", "+next", "maint", "+refs/heads/*", "+refs/tags/*" -- cgit v1.2.1