diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-04 13:13:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-04 13:13:30 -0400 |
commit | 7edfb1651619db820470d2ea5ddde8fef57df67d (patch) | |
tree | 3f94fd1997bcb0a278eb6b934c82ab7a0d75b1e6 /debian | |
parent | 081cd6fc5622d5e6d28eafbe91b5950328bb1844 (diff) |
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.
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 e4ca26223..d5b1cc8de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |