improve sync with xmpp and annex-ignore

* sync --content: Honor annex-ignore configuration.
* sync: Don't try to sync with xmpp remotes, which are only currently
  supported when using the assistant.
This commit is contained in:
Joey Hess 2014-02-01 10:33:55 -04:00
parent 8bbe4ff934
commit bbef0cddfd
8 changed files with 23 additions and 16 deletions

3
debian/changelog vendored
View file

@ -6,6 +6,9 @@ git-annex (5.20140128) UNRELEASED; urgency=medium
guard against recursive file drops.
* Windows: Avoid using unix-compat's rename, which refuses to rename
directories.
* sync --content: Honor annex-ignore configuration.
* sync: Don't try to sync with xmpp remotes, which are only currently
supported when using the assistant.
-- Joey Hess <joeyh@debian.org> Tue, 28 Jan 2014 13:57:19 -0400