Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
logs only get created on demands
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Hanquez committed Sep 9, 2014
1 parent 1759203 commit fd5b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Git/Storage.hs
Expand Up @@ -150,7 +150,7 @@ isRepo path = do
dir <- isDirectory path
subDirs <- mapM (isDirectory . (path </>))
[ "hooks", "info"
, "logs", "objects", "refs"
, "objects", "refs"
, "refs"</> "heads", "refs"</> "tags"]
return $ and ([dir] ++ subDirs)

Expand Down

0 comments on commit fd5b51c

Please sign in to comment.