From 49374fd9c630414ad540786ae24cb6c2c908ab47 Mon Sep 17 00:00:00 2001 From: "brendan.ward@a2e11ad27f6b2fa2c556aea6811496e0d95dd0da" Date: Mon, 4 Dec 2023 06:43:03 +0000 Subject: [PATCH] --- doc/forum/annex.largefile_not_working.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/annex.largefile_not_working.mdwn b/doc/forum/annex.largefile_not_working.mdwn index 6a03833434..d15de6b022 100644 --- a/doc/forum/annex.largefile_not_working.mdwn +++ b/doc/forum/annex.largefile_not_working.mdwn @@ -1,4 +1,4 @@ -I seem to be having issues with annex.largefiles. I initialize git and the annex, then I set largefiles to put everything in the annex, generate a 1Mb file, add it, and commit it. The file is copied and renamed to its hash value in .git/annex/objects but the file also remains in the main directory instead of being replaced with a symlink. Here are my steps to create the issue: +I seem to be having issues with annex.largefiles. I initialize git and the annex, then I set largefiles to put everything in the annex, generate a 1Mb file, `git add` it, and commit it. The file is copied and renamed to its hash value in .git/annex/objects but the file also remains in the main directory instead of being replaced with a symlink. Here are my steps to create the issue: git init git annex init