diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-11 12:57:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-11 12:57:47 -0400 |
commit | 0b0b0ca095dfe50e81fc32781142ef2e18baeb41 (patch) | |
tree | 081079327a16916914dcd3c355f44601a8ea5275 /debian | |
parent | 560301841e5f29243b72faadc44138e860fa0490 (diff) |
import: Refuse to import files that are within the work tree, as that does not make sense and could cause data loss.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cd7ade7b7..58921d5a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git-annex (5.20150508.2) UNRELEASED; urgency=medium + + * import: Refuse to import files that are within the work tree, as that + does not make sense and could cause data loss. + + -- Joey Hess <id@joeyh.name> Mon, 11 May 2015 12:45:06 -0400 + git-annex (5.20150508.1) unstable; urgency=medium * Now builds cleanly using ghc 7.10 (as well as ghc back to 7.6). |