From: yarikoptic Date: Wed, 13 Jul 2022 22:05:46 +0000 (+0000) Subject: Added a comment X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~72^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba3c48a9e3b9de16c6674341fe5b97e9b8b0dc44;p=git-annex.git Added a comment --- diff --git a/doc/bugs/performance_regression__63___init_takes_times_more/comment_7_0894259447bde6d676c629d5bce2a6ba._comment b/doc/bugs/performance_regression__63___init_takes_times_more/comment_7_0894259447bde6d676c629d5bce2a6ba._comment new file mode 100644 index 0000000000..19c7fdf171 --- /dev/null +++ b/doc/bugs/performance_regression__63___init_takes_times_more/comment_7_0894259447bde6d676c629d5bce2a6ba._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 7" + date="2022-07-13T22:05:46Z" + content=""" +sure thing. converted PR to draft just to be sure. But its build failed with + +``` +Annex/Branch.hs:442:52: error: + * Variable not in scope: tforceCommit :: String -> Annex () + * Perhaps you meant `forceCommit' (line 447) + | +442 | commit = whenM (journalDirty gitAnnexJournalDir) . tforceCommit + | ^^^^^^^^^^^^ +make[3]: *** [Makefile:58: git-annex] Error 1 +``` + +anyways + +"""]]