devblog
authorJoey Hess <joeyh@joeyh.name>
Fri, 6 Nov 2015 20:03:02 +0000 (16:03 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 6 Nov 2015 20:03:02 +0000 (16:03 -0400)
doc/devblog/day_334__too_easy.mdwn [new file with mode: 0644]

diff --git a/doc/devblog/day_334__too_easy.mdwn b/doc/devblog/day_334__too_easy.mdwn
new file mode 100644 (file)
index 0000000..1f9f7aa
--- /dev/null
@@ -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.