summaryrefslogtreecommitdiff
path: root/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-14 12:13:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-14 12:13:38 -0400
commite323354b4ca2a44baae8223b9dd47aaab234a56a (patch)
tree6d3a7f0ffecd6d8cfe7a4c10cf7136a877d20ce4 /doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn
parent0685f4f87a84396a26433c99300bae8a8aefa1e2 (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 'doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn')
-rw-r--r--doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn b/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn
index bee099312..d79c13f92 100644
--- a/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn
+++ b/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn
@@ -3,3 +3,5 @@ repository when eg `git annex copy --from origin`. This should also
be done when copying files --to origin (or other remotes on the same
filesystem). This way, a quick shared clone can be used to add/modify
files, and cheaply send the changes back to the parent repo. --[[Joey]]
+
+> [[done]] --[[Joey]]