diff --git a/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_5_90aacf46abdeab34ec8e402613da679d._comment b/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_5_90aacf46abdeab34ec8e402613da679d._comment new file mode 100644 index 0000000000..0aa945f6b2 --- /dev/null +++ b/doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_5_90aacf46abdeab34ec8e402613da679d._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="lealanko" + subject="comment 5" + date="2015-09-06T13:26:49Z" + content=""" +> you can \"git clone --shared\" and this will set up a clone of a repository in which git-annex will use hardlinks + +Copying files from the shared origin repository to the clone will create a hardlink, yes. But copying a file from the clone to the origin will still create a physical copy, even though the situation is quite comparable. Could hardlink support be added in this direction as well? +"""]]