Fix transferring files to special remotes in direct mode.
This commit is contained in:
parent
e457be7631
commit
909f67443f
10 changed files with 33 additions and 38 deletions
|
@ -93,6 +93,9 @@ annexLocation key hasher = objectDir </> keyPath key hasher
|
|||
-
|
||||
- When the file is not present, returns the location where the file should
|
||||
- be stored.
|
||||
-
|
||||
- This does not take direct mode into account, so in direct mode it is not
|
||||
- the actual location of the file's content.
|
||||
-}
|
||||
gitAnnexLocation :: Key -> Git.Repo -> IO FilePath
|
||||
gitAnnexLocation key r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue