From 2c30bd367a3fb6faa7227670cbe2eafdda4dc27e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 4 Jun 2013 14:22:08 +0100 Subject: Add refspecs to handle non-ff pushes --- open-source-lorries/lua.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/lua.lorry') diff --git a/open-source-lorries/lua.lorry b/open-source-lorries/lua.lorry index 777d482..073a77f 100644 --- a/open-source-lorries/lua.lorry +++ b/open-source-lorries/lua.lorry @@ -1,6 +1,10 @@ { "lua": { "type": "git", - "url": "git://github.com/LuaDist/lua.git" + "url": "git://github.com/LuaDist/lua.git", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } -- cgit v1.2.1