import: Refuse to import files that are within the work tree, as that does not make sense and could cause data loss.

This commit is contained in:
Joey Hess 2015-05-11 12:57:47 -04:00
parent 6ebf615995
commit db5d831d07
3 changed files with 15 additions and 0 deletions

7
debian/changelog vendored
View file

@ -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).