From 06e167291d40e6c1c3f7e6c65b9a2b81fc9e8589 Mon Sep 17 00:00:00 2001 From: Lukey Date: Tue, 11 May 2021 07:37:08 +0000 Subject: [PATCH] Added a comment --- ...ment_2_f2368358a0ccdd36a551a2c833cb9c9a._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Git_repos_corrupt_themselves/comment_2_f2368358a0ccdd36a551a2c833cb9c9a._comment diff --git a/doc/bugs/Git_repos_corrupt_themselves/comment_2_f2368358a0ccdd36a551a2c833cb9c9a._comment b/doc/bugs/Git_repos_corrupt_themselves/comment_2_f2368358a0ccdd36a551a2c833cb9c9a._comment new file mode 100644 index 0000000000..983c18951f --- /dev/null +++ b/doc/bugs/Git_repos_corrupt_themselves/comment_2_f2368358a0ccdd36a551a2c833cb9c9a._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="Lukey" + avatar="http://cdn.libravatar.org/avatar/c7c08e2efd29c692cc017c4a4ca3406b" + subject="comment 2" + date="2021-05-11T07:37:07Z" + content=""" +This also looks suspicious: + + Auto packing the repository in background for optimum performance. + See \"git help gc\" for manual housekeeping. + +And after that something (git-annex?) is complaining about missing git objects. So maybe you can try to set `gc.auto` to `0` and see if that works better. +"""]]