summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 13:19:40 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commit3938dd72dac5cdd9aa08730d4ae0bc035034dfd6 (patch)
tree51fbee392c5ac8f9d09027c7e189aead0c9790f7
parent14447e8cb6fb50c34274f45fe82a54937826e775 (diff)
downloadlorries-3938dd72dac5cdd9aa08730d4ae0bc035034dfd6.tar.gz
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
-rw-r--r--open-source-lorries/git.lorry4
1 files 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/*"