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/cgit.lorry | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'open-source-lorries/cgit.lorry') diff --git a/open-source-lorries/cgit.lorry b/open-source-lorries/cgit.lorry index baa20a8..915fbb0 100644 --- a/open-source-lorries/cgit.lorry +++ b/open-source-lorries/cgit.lorry @@ -1,6 +1,10 @@ { "cgit": { "type": "git", - "url": "git://hjemli.net/pub/git/cgit" + "url": "git://hjemli.net/pub/git/cgit", + "refspecs": [ + "+refs/heads/*", + "+refs/tags/*" + ] } } -- cgit v1.2.1