summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-04 14:25:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-04 14:25:00 -0400
commit3db6fd7621d3fa57bebfea216019e522f6d8d781 (patch)
tree5d2486671da1989624e121bef4d390fd870baf08 /CHANGELOG
parent1e06157ead17eb9cb2b59f7bf84cb4da6f10e8bb (diff)
update for export
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cd2a9d025..3e168de9f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
git-annex (6.20170819) UNRELEASED; urgency=medium
+ * git-annex export: New command, can create and efficiently update
+ exports of trees to special remotes.
+ * Use git-annex initremote with exporttree=yes to set up a special remote
+ for use by git-annex export.
+ * Implemented export to directory special remotes.
* Support building with feed-1.0, while still supporting older versions.
* init: Display an additional message when it detects a filesystem that
allows writing to files whose write bit is not set.