aboutsummaryrefslogtreecommitdiff
path: root/Remote/Git.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-12-31 03:27:37 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-12-31 03:27:37 -0400
commit8a33573caff38b557fdf60c9547a78a5cc8c4ddc (patch)
treefed26c043272c62738a9e83357283535195c0397 /Remote/Git.hs
parent6cd4c7efcdea9a8897aa6b9e2b30e7e3426574bc (diff)
better filtering out of special remotes
Diffstat (limited to 'Remote/Git.hs')
-rw-r--r--Remote/Git.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/Git.hs b/Remote/Git.hs
index e527fa4fe..2f2be5bee 100644
--- a/Remote/Git.hs
+++ b/Remote/Git.hs
@@ -79,7 +79,8 @@ gen r u _ = do
hasKey = inAnnex r',
hasKeyCheap = cheap,
config = Nothing,
- repo = r'
+ repo = r',
+ remotetype = remote
}
{- Tries to read the config for a specified remote, updates state, and