aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs13
1 files changed, 7 insertions, 6 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index 64fb51af8..02957fda2 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -67,12 +67,13 @@ import qualified Data.Map as M
import Network.URI
remote :: RemoteType
-remote = RemoteType {
- typename = "git",
- enumerate = list,
- generate = gen,
- setup = gitSetup
-}
+remote = RemoteType
+ { typename = "git"
+ , enumerate = list
+ , generate = gen
+ , setup = gitSetup
+ , exportSupported = exportUnsupported
+ }
list :: Bool -> Annex [Git.Repo]
list autoinit = do