summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-19 00:58:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-19 00:58:53 -0400
commit2fdca82a6458549041d3ff03d0b4db6b2d60f8ff (patch)
tree6a9d929129d5cc856724827548b795d9097723f3 /doc/todo
parent9fc94d780b7331da13597208ba37a9f4d4ab6531 (diff)
parent21d35f88d88676f71ad7669b9dfe398e57d7731c (diff)
Merge branch 'master' into assistant
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/assistant_threaded_runtime.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/assistant_threaded_runtime.mdwn b/doc/todo/assistant_threaded_runtime.mdwn
index 412f52ae8..03ba66acf 100644
--- a/doc/todo/assistant_threaded_runtime.mdwn
+++ b/doc/todo/assistant_threaded_runtime.mdwn
@@ -13,6 +13,11 @@ When pulling, pushing, and merging, the assistant runs external git
commands, and this does block all other threads. The threaded runtime would
really help here.
+[[done]]; the assistant now builds with the threaded runtime.
+Some work still remains to run certian long-running external git commands
+in their own threads to prevent them blocking things, but that is easy to
+do, now. --[[Joey]]
+
---
Currently, git-annex seems unstable when built with the threaded runtime.