From 8733bd603d353d589749284d6198036e6954166d Mon Sep 17 00:00:00 2001 From: lealanko Date: Sun, 6 Sep 2015 13:26:49 +0000 Subject: [PATCH] Added a comment --- .../comment_5_90aacf46abdeab34ec8e402613da679d._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_5_90aacf46abdeab34ec8e402613da679d._comment 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? +"""]]