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 new file mode 100644 index 0000000000..bee0993122 --- /dev/null +++ b/doc/todo/annex.hardlink_should_also_affect_copy_to_origin.mdwn @@ -0,0 +1,5 @@ +When a repo has annex.hardlink set, objects are hard-linked into the +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]] diff --git a/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_6_3971f77ef70c81e4bf94cd0cab1335ac._comment b/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_6_3971f77ef70c81e4bf94cd0cab1335ac._comment new file mode 100644 index 0000000000..68794ce0dd --- /dev/null +++ b/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_6_3971f77ef70c81e4bf94cd0cab1335ac._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 6""" + date="2015-09-09T18:41:02Z" + content=""" +@lealanko, that's a good point, but a old closed todo item is not the best +place to make such a request. I've opened a new todo item about that. +"""]]