From 1f6c0be2b2514ae0d4cb9572a00f6a108e206945 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 22 Dec 2015 18:22:24 -0400 Subject: [PATCH] devblog --- doc/devblog/day_348__v6_assistant.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/devblog/day_348__v6_assistant.mdwn diff --git a/doc/devblog/day_348__v6_assistant.mdwn b/doc/devblog/day_348__v6_assistant.mdwn new file mode 100644 index 0000000000..08659e8e2d --- /dev/null +++ b/doc/devblog/day_348__v6_assistant.mdwn @@ -0,0 +1,8 @@ +Today was mostly spent making the assistant support v6 repositories. +That was harder than expected, because I have not touched this part of the +assistant's code much in a long time, and there are lots of tricky races +and edge cases to deal with. + +The smudge branch has a 4500 diff from master now. Not counting +documentation changes (Another 500 lines.) The todo list for it is +shrinking slowly now. May not get it done before the new year.