From 95f9cb1340bec05ca60c2a36df1199ad850292d4 Mon Sep 17 00:00:00 2001 From: Lukey Date: Mon, 19 Sep 2022 10:03:39 +0000 Subject: [PATCH] Added a comment --- .../comment_1_4721e6e6c263c2a624d6cc77f6575860._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/Not_enough_free_space/comment_1_4721e6e6c263c2a624d6cc77f6575860._comment diff --git a/doc/forum/Not_enough_free_space/comment_1_4721e6e6c263c2a624d6cc77f6575860._comment b/doc/forum/Not_enough_free_space/comment_1_4721e6e6c263c2a624d6cc77f6575860._comment new file mode 100644 index 0000000000..d367a81dfd --- /dev/null +++ b/doc/forum/Not_enough_free_space/comment_1_4721e6e6c263c2a624d6cc77f6575860._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 1" + date="2022-09-19T10:03:38Z" + content=""" +You could check when the files were unlocked with `git log -u` and then `git reset --hard` to that commit (you may loose uncommited changes). Or switch on the `annex.thin` config. Or disable the git-annex sumudge/clean filters. +"""]]