aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-11 18:29:51 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-11 18:29:51 -0400
commit7b4b95f9ac0e2a441881cc2108dc39c8888a4b18 (patch)
tree3542d3dace83467856a6fb7bb26d1358dba9ba62 /doc/devblog
parent8dad413ea98a6558a0ad48ef626d914595c30d22 (diff)
fix sshCleanup race using STM
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_457__improved_ssh_password_prompting.mdwn3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/devblog/day_457__improved_ssh_password_prompting.mdwn b/doc/devblog/day_457__improved_ssh_password_prompting.mdwn
index 0b99cbce6..df38304e4 100644
--- a/doc/devblog/day_457__improved_ssh_password_prompting.mdwn
+++ b/doc/devblog/day_457__improved_ssh_password_prompting.mdwn
@@ -15,6 +15,3 @@ up several ssh's at the same time, so connection caching didn't kick in,
and there could be a bunch of ssh password prompts at the same time. Now
there will never be more than one ssh password prompt at once, and only one
prompt per host. (As long as connection caching is enabled.)
-
-That mostly works, but `git annex drop -J` exposes a bug in it, which I'll
-have to get back to tomorrow.