projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53db9d0
)
devblog
author
Joey Hess
<joeyh@joeyh.name>
Fri, 6 Nov 2015 20:03:02 +0000
(16:03 -0400)
committer
Joey 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]
patch
|
blob
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
+++ 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.