From 335024d92294bd9504e9e9cd42ec0a4addfc4d69 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 13:40:15 -0400 Subject: add stub claimUrl --- Remote/Git.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Remote/Git.hs') diff --git a/Remote/Git.hs b/Remote/Git.hs index 50c34a2bb..fdadac2d6 100644 --- a/Remote/Git.hs +++ b/Remote/Git.hs @@ -160,6 +160,7 @@ gen r u c gc , remotetype = remote , mkUnavailable = unavailable r u c gc , getInfo = return $ gitRepoInfo r + , claimUrl = Nothing } unavailable :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote) -- cgit v1.2.3