foo
This commit is contained in:
parent
779ebba961
commit
ecf19abf76
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ annexDir repo key = do
|
||||||
dir <- gitDir repo
|
dir <- gitDir repo
|
||||||
return $ dir ++ "/annex/" ++ key
|
return $ dir ++ "/annex/" ++ key
|
||||||
|
|
||||||
{- Long-term state is stored in files inside the .git-annex directory
|
{- Long-term, cross-repo state is stored in files inside the .git-annex
|
||||||
- in the git repository. -}
|
- directory, in the git repository. -}
|
||||||
stateLoc = ".git-annex"
|
stateLoc = ".git-annex"
|
||||||
gitStateDir :: GitRepo -> FilePath
|
gitStateDir :: GitRepo -> FilePath
|
||||||
gitStateDir repo = (top repo) ++ "/" ++ stateLoc ++ "/"
|
gitStateDir repo = (top repo) ++ "/" ++ stateLoc ++ "/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue