From e323354b4ca2a44baae8223b9dd47aaab234a56a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 14 Sep 2015 12:13:38 -0400 Subject: 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. --- doc/git-annex.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/git-annex.mdwn') diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index a916b74a4..794950d76 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -875,8 +875,8 @@ Here are all the supported configuration settings. * `annex.hardlink` - Set this to `true` to make file contents be hard linked into the - repository when possible, instead of a more expensive copy. + Set this to `true` to make file contents be hard linked between the + repository and its remotes when possible, instead of a more expensive copy. Use with caution -- This can invalidate numcopies counting, since with hard links, fewer copies of a file can exist. So, it is a good -- cgit v1.2.3