summaryrefslogtreecommitdiff
path: root/open-source-lorries/git.lorry
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-12-17 11:00:45 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-12-17 11:02:10 +0000
commitead84e7a9cc94f9dd6d02ce3be02494dd9078dab (patch)
tree480e027ad18a0b7ce992379d7018d95ec59fc1de /open-source-lorries/git.lorry
parent53fb62745cd93d769478cdf2c7cfbe9ed6209fcc (diff)
downloadlorries-ead84e7a9cc94f9dd6d02ce3be02494dd9078dab.tar.gz
Remove non-existent refs from the refspec of git.lorry
Change-Id: I08c5f581beca742fcb16780bf7eb8fe49b16b21b
Diffstat (limited to 'open-source-lorries/git.lorry')
-rw-r--r--open-source-lorries/git.lorry2
1 files changed, 1 insertions, 1 deletions
diff --git a/open-source-lorries/git.lorry b/open-source-lorries/git.lorry
index 38f15e1..db5ca9c 100644
--- a/open-source-lorries/git.lorry
+++ b/open-source-lorries/git.lorry
@@ -4,7 +4,7 @@
"url": "git://github.com/gitster/git.git",
"refspecs": [
"+snap", "master", "+next", "initial",
- "maint", "maint-1.7.6", "maint-1.7.7",
+ "maint",
"+refs/heads/*",
"+refs/tags/*"
]