diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-11 00:23:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-11 00:23:49 -0400 |
commit | ecf19abf76d449d2e69d89518566a7cce899708d (patch) | |
tree | 06525b54882181214ba045a684baac8aac2e3a4c /Locations.hs | |
parent | 779ebba96153e712803c8284a0502d7080c609bf (diff) |
foo
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Locations.hs b/Locations.hs index 50f94a727..b25e99197 100644 --- a/Locations.hs +++ b/Locations.hs @@ -12,8 +12,8 @@ annexDir repo key = do dir <- gitDir repo return $ dir ++ "/annex/" ++ key -{- Long-term state is stored in files inside the .git-annex directory - - in the git repository. -} +{- Long-term, cross-repo state is stored in files inside the .git-annex + - directory, in the git repository. -} stateLoc = ".git-annex" gitStateDir :: GitRepo -> FilePath gitStateDir repo = (top repo) ++ "/" ++ stateLoc ++ "/" |