summaryrefslogtreecommitdiff
path: root/Git/SharedRepository.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/SharedRepository.hs')
-rw-r--r--Git/SharedRepository.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Git/SharedRepository.hs b/Git/SharedRepository.hs
index 3aab1e39a..1e7382388 100644
--- a/Git/SharedRepository.hs
+++ b/Git/SharedRepository.hs
@@ -19,6 +19,7 @@ getSharedRepository :: Repo -> SharedRepository
getSharedRepository r =
case map toLower $ Git.Config.get "core.sharedrepository" "" r of
"1" -> GroupShared
+ "2" -> AllShared
"group" -> GroupShared
"true" -> GroupShared
"all" -> AllShared