summaryrefslogtreecommitdiff
path: root/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Types.hs b/Types.hs
index cab4b2016..e1f598f0f 100644
--- a/Types.hs
+++ b/Types.hs
@@ -21,6 +21,7 @@ data Backend = Backend {
-- a git repository
data GitRepo = GitRepo {
top :: FilePath,
+ bare :: Bool,
remotes :: [GitRepo]
}