summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 12:47:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-30 12:47:13 -0400
commit77b777aa4c5f640905725b42efe54bb7c469f8c0 (patch)
tree7507292a70f5d59f0f06ce295a5bd3b7f18bbda9 /CHANGELOG
parent5d7332826c6b85e41645039415f4151b57db94de (diff)
Fix exporting of non-annexed files to external special remotes.
Actual problem is the keyName was set to "Ref \"sha\"", which led to this follow-on failure since it contained a space. The bad data would also get into the export database when exporting to a non-external special remote. Looking briefly at that, I don't think the bad data will lead to anything more than a re-upload of the file content now that the problem has been fixed. This commit was sponsored by Peter Hogg on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cec9f6e01..929b8f98d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
git-annex (6.20171027) UNRELEASED; urgency=medium
* Fix export of subdir of a branch.
+ * Fix exporting of non-annexed files to external special remotes.
-- Joey Hess <id@joeyh.name> Mon, 30 Oct 2017 12:01:45 -0400