annex.hardlink extended to also try to use hard links when copying from the repository to a remote.

Also, it used to only check that one of the repos was not in direct mode;
now when either repo is direct mode, annex.hardlink won't have an effect.
This commit is contained in:
Joey Hess 2015-09-14 12:13:38 -04:00
parent c5260f5cb0
commit ffa8221517
4 changed files with 31 additions and 18 deletions

2
debian/changelog vendored
View file

@ -20,6 +20,8 @@ git-annex (5.20150825) UNRELEASED; urgency=medium
* sync: Add --no-commit, --no-pull, --no-push options to turn off parts of
the sync process, as well as supporting --commit, --pull, --push, and
--no-content options to specify the (current) default behavior.
* annex.hardlink extended to also try to use hard links when copying from
the repository to a remote.
-- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700