This commit is contained in:
Joey Hess 2015-11-06 16:03:02 -04:00
parent 53db9d0b5c
commit 12a791c7a4
Failed to extract signature

View file

@ -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.