devblog
authorJoey Hess <joeyh@joeyh.name>
Wed, 4 Nov 2015 22:36:46 +0000 (18:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 4 Nov 2015 22:36:46 +0000 (18:36 -0400)
doc/devblog/day_332__concurrent_output_at_long_last.mdwn [new file with mode: 0644]

diff --git a/doc/devblog/day_332__concurrent_output_at_long_last.mdwn b/doc/devblog/day_332__concurrent_output_at_long_last.mdwn
new file mode 100644 (file)
index 0000000..3900355
--- /dev/null
@@ -0,0 +1,6 @@
+Got git-annex using concurrent-output today. It works beautifully.
+Since the library is new, git-annex has to be explicitly configured to use
+it, so it'll be a while until this is available in regular builds.
+
+There are no progress bars yet in concurrent output mode, but that will change
+soon.. Probably tomorrow.