From 18a3a186e9cdb69ee503d961d8285a341d818c48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Jan 2013 13:52:47 -0400 Subject: type based git config handling for remotes Still a couple of places that use git config ad-hoc, but this is most of it done. --- Types.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Types.hs') diff --git a/Types.hs b/Types.hs index 16f901b26..d19ac3de1 100644 --- a/Types.hs +++ b/Types.hs @@ -10,7 +10,8 @@ module Types ( Backend, Key, UUID(..), - Config(..), + GitConfig(..), + RemoteGitConfig(..), Remote, RemoteType, Option, @@ -19,7 +20,7 @@ module Types ( import Annex import Types.Backend -import Types.Config +import Types.GitConfig import Types.Key import Types.UUID import Types.Remote -- cgit v1.2.3