update changelog

This commit is contained in:
Joey Hess 2019-03-11 14:17:49 -04:00
parent ffec06aaec
commit 353e4f6d24
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -6,12 +6,14 @@ git-annex (7.20190220) UNRELEASED; urgency=medium
to allow git-annex import of files from the directory. This can be
combined with exporttree=yes and git-annex export used to send changes
back to the same directory.
* Remote tracking branches are updated when importing and exporting to
special remotes, in ways analagous to how git fetch and git push do.
* export: Deprecated the --tracking option.
Instead, users can configure remote.<name>.annex-tracking-branch
themselves.
* Remote tracking branches are updated when importing and exporting to
special remotes, in ways analagous to how git fetch and git push do.
* sync, assistant: --no-push and remote.name.annex-push prevent exporting
* sync --content: When remote.<name>.annex-tracking-branch is configured,
import from special remotes.
* sync, assistant: --no-push and remote.<name>.annex-push prevent exporting
trees to special remotes.
* Fix storage of metadata values containing newlines.
(Reversion introduced in version 7.20190122.)