diff --git a/doc/forum/Create_lightweight_checkouts_on_the_same_filesystem/comment_2_1263830d015a458024a2346540f10f31._comment b/doc/forum/Create_lightweight_checkouts_on_the_same_filesystem/comment_2_1263830d015a458024a2346540f10f31._comment new file mode 100644 index 0000000000..fbb87f448a --- /dev/null +++ b/doc/forum/Create_lightweight_checkouts_on_the_same_filesystem/comment_2_1263830d015a458024a2346540f10f31._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2017-10-02T16:40:44Z" + content=""" +The way to do this is to use `git clone --shared`. +Since git-annex version, 5.20140915, it detects when a new +repository has been cloned that way and enables annex.hardlink, +so files are inexpensively linked into place in the clone when getting them +from the origin on the same filesystem. +"""]]