diff --git a/CHANGELOG b/CHANGELOG index e8226113c2..45cf47083c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,8 @@ git-annex (8.20200618) UNRELEASED; urgency=medium * import: Added --no-content option, which avoids downloading files - from a special remote. Only supported by some special remotes: - directory + from a special remote. Currently only supported by the directory + special remote. * Honor annex.largefiles when importing a tree from a special remote. (Except for when --no-content is used.) * Fix a deadlock that could occur after git-annex got an unlocked diff --git a/Remote/Adb.hs b/Remote/Adb.hs index 755dbed7ec..de5b62d030 100644 --- a/Remote/Adb.hs +++ b/Remote/Adb.hs @@ -81,6 +81,7 @@ gen r u rc gc rs = do } , importActions = ImportActions { listImportableContents = listImportableContentsM serial adir + , importKey = Nothing , retrieveExportWithContentIdentifier = retrieveExportWithContentIdentifierM serial adir , storeExportWithContentIdentifier = storeExportWithContentIdentifierM serial adir , removeExportWithContentIdentifier = removeExportWithContentIdentifierM serial adir