summaryrefslogtreecommitdiff
path: root/open-source-lorries/xserver.lorry
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-04 14:22:08 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-06-04 14:22:08 +0100
commit2c30bd367a3fb6faa7227670cbe2eafdda4dc27e (patch)
treee8ee7ccf444755312af9655168c9a216e2524021 /open-source-lorries/xserver.lorry
parent1c8ca1837fa9379c92639e0ce937cf51cf6e1469 (diff)
downloadlorries-2c30bd367a3fb6faa7227670cbe2eafdda4dc27e.tar.gz
Add refspecs to handle non-ff pushes
Diffstat (limited to 'open-source-lorries/xserver.lorry')
-rw-r--r--open-source-lorries/xserver.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/xserver.lorry b/open-source-lorries/xserver.lorry
index 06e69e9..dd8d642 100644
--- a/open-source-lorries/xserver.lorry
+++ b/open-source-lorries/xserver.lorry
@@ -1,6 +1,10 @@
{
"xserver": {
"type": "git",
- "url": "git://anongit.freedesktop.org/xorg/xserver.git"
+ "url": "git://anongit.freedesktop.org/xorg/xserver.git",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}