diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-25 17:17:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-25 17:17:03 -0400 |
commit | 1aa19422ac8748eeff219ac4f46df166dae783c5 (patch) | |
tree | f7c792a00ce75709d62ddf6b18964f6eb02bbf10 /Locations.hs | |
parent | 3f0de706dd37f6b50db224bef19139eb780afef0 (diff) |
git annex move --from remote almost working
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Locations.hs b/Locations.hs index 18d416eb4..92918a7e0 100644 --- a/Locations.hs +++ b/Locations.hs @@ -28,6 +28,9 @@ gitStateDir repo = (Git.workTree repo) ++ "/" ++ stateLoc - <backend:fragment> - - That allows deriving the key and backend by looking at the symlink to it. + - + - Note that even if the repo is a bare repo, the annex is put in a .git + - sub -} annexLocation :: Git.Repo -> Key -> FilePath annexLocation r key = |