diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-07 14:48:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-07 14:48:23 -0400 |
commit | d9cbdf43fe6ce971d9b5a99e60a70055f67b1ed3 (patch) | |
tree | 540a849d67b0ab43c981dc4a93432743be1054b3 /debian | |
parent | 734d7e8360b09b80f943140186911d47dc5db735 (diff) |
import: Fix failure of cross-device import on Windows.
As well as import, 2 other places ran "mv" manually, so changed them to use
moveFile as well.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5ffbcf4de..e8264a4a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,7 @@ git-annex (5.20150618) UNRELEASED; urgency=medium git init --shared=world. * On linux, pass --as-needed to linker to avoid linking with unused shared libraries including libyaml. + * import: Fix failure of cross-device import on Windows. -- Joey Hess <id@joeyh.name> Thu, 02 Jul 2015 12:31:14 -0400 |