diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-14 12:13:38 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-14 12:13:38 -0400 |
commit | e323354b4ca2a44baae8223b9dd47aaab234a56a (patch) | |
tree | 6d3a7f0ffecd6d8cfe7a4c10cf7136a877d20ce4 /debian | |
parent | 0685f4f87a84396a26433c99300bae8a8aefa1e2 (diff) |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index eb2fed8ff..92b6b16ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |