summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-02 12:42:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-02 12:42:57 -0400
commit1a58a1a8505b47e6a6b120a05982a6b8e8378e7d (patch)
tree7d92cc213a851d93919c4400b84eab8ccac4375b /doc
parentdbce8df3abe4939e0f539e2fe42d1992b3fe5b1c (diff)
answer
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Create_lightweight_checkouts_on_the_same_filesystem/comment_2_1263830d015a458024a2346540f10f31._comment11
1 files changed, 11 insertions, 0 deletions
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 000000000..fbb87f448
--- /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.
+"""]]