From: Joey Hess Date: Fri, 6 Nov 2015 20:03:02 +0000 (-0400) Subject: devblog X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~324^2~77 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=12a791c7a45d15de27192e47ac8126ed0dba4ffa;p=git-annex.git devblog --- diff --git a/doc/devblog/day_334__too_easy.mdwn b/doc/devblog/day_334__too_easy.mdwn new file mode 100644 index 0000000000..1f9f7aabc3 --- /dev/null +++ b/doc/devblog/day_334__too_easy.mdwn @@ -0,0 +1,6 @@ +Finally concurrent progress bars are working! After all the groundwork, +it was really easy to add, under a dozen lines of code. + +I've found several bugs while testing commands in -Jn mode, and the rest of +today was spent fixing them. Two of them affected concurrent `git annex +add`; the worst narrowly avoided being a data loss bug.