summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/gvfs.lorry6
1 files changed, 5 insertions, 1 deletions
diff --git a/open-source-lorries/gvfs.lorry b/open-source-lorries/gvfs.lorry
index 75de10c..3937ded 100644
--- a/open-source-lorries/gvfs.lorry
+++ b/open-source-lorries/gvfs.lorry
@@ -1,6 +1,10 @@
{
"gvfs": {
"type": "git",
- "url": "git://git.gnome.org/gvfs"
+ "url": "git://git.gnome.org/gvfs",
+ "refspecs": [
+ "+refs/heads/*",
+ "+refs/tags/*"
+ ]
}
}