Fix bug in git-annex copy --from --to
Caused it to skip files that were locally present. Sponsored-by: Dartmouth College's DANDI project
This commit is contained in:
parent
f2f6dbe46b
commit
7a8393ce7d
3 changed files with 12 additions and 1 deletions
|
@ -68,7 +68,7 @@ seek' o fto = startConcurrency (Command.Move.stages fto) $ do
|
|||
FromOrToRemote (FromRemote _) -> Just False
|
||||
FromOrToRemote (ToRemote _) -> Just True
|
||||
ToHere -> Just False
|
||||
FromRemoteToRemote _ _ -> Just False
|
||||
FromRemoteToRemote _ _ -> Nothing
|
||||
, usesLocationLog = True
|
||||
}
|
||||
keyaction = Command.Move.startKey fto Command.Move.RemoveNever
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue