aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-09 15:40:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-09 15:41:00 -0400
commit1a71d33190a0744f4416be176c944ad938fa17ee (patch)
tree389fd88359d2680dc0216306b65f23869d67b2fa /CHANGELOG
parent8346e57d14c3f6547499188d8a8ae9dc6739e6b5 (diff)
import --reinject-duplicates
This is the same as running git annex reinject --known, followed by git-annex import. The advantage to having it in one command is that it only has to hash each file once; the two commands have to hash the imported files a second time. This commit was sponsored by Shane-o on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e348014a6..321f98c52 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -46,6 +46,7 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
* import: --deduplicate and --skip-duplicates were implemented
inneficiently; they unncessarily hashed each file twice. They have
been improved to only hash once.
+ * import: Added --reinject-duplicates.
-- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400