summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar lealanko <lealanko@web>2015-09-06 13:26:49 +0000
committerGravatar admin <admin@branchable.com>2015-09-06 13:26:49 +0000
commit308ba7dce02eac42427ed88f7c8a50d1d5ec1f1e (patch)
treefb48342d82e437ec757cb57a97438bf312f62370
parentd1196025e0b30755b37d2233ff3210c495791498 (diff)
Added a comment
-rw-r--r--doc/todo/wishlist:_use_hardlinks_for_local_clones/comment_5_90aacf46abdeab34ec8e402613da679d._comment9
1 files changed, 9 insertions, 0 deletions
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 000000000..0aa945f6b
--- /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?
+"""]]