update for export

This commit is contained in:
Joey Hess 2017-09-04 14:25:00 -04:00
parent 2c90ed1fea
commit 656797b4e8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.