import: Add --skip-duplicates option.

Note that the hash backends were made to stop printing a (checksum..)
message as part of this, since it showed up without a file when deciding
whether to act on a file. Should have probably removed that message a while
ago anyway, I suppose.
This commit is contained in:
Joey Hess 2013-12-04 13:13:30 -04:00
parent 9639142df9
commit 64160a9679
4 changed files with 46 additions and 36 deletions

1
debian/changelog vendored
View file

@ -14,6 +14,7 @@ git-annex (5.20131131) UNRELEASED; urgency=low
* Deal with box.com changing the url of their webdav endpoint.
* Android: Fix SRV record lookups for XMPP to use android getprop
command to find DNS server, since there is no resolv.conf.
* import: Add --skip-duplicates option.
-- Joey Hess <joeyh@debian.org> Sun, 01 Dec 2013 13:57:58 -0400