summaryrefslogtreecommitdiff
path: root/doc/design/assistant/blog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-07-27 20:55:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-07-27 20:55:50 -0400
commitf677cbf0e480de2fac298b79141b5a4b7f52c48b (patch)
tree9bf52b66e73f1c9681a370116069ea59daedb84a /doc/design/assistant/blog
parent79f2cd0f34b2c7f2d710a7bb199a1c6f54223b5a (diff)
update
Diffstat (limited to 'doc/design/assistant/blog')
-rw-r--r--doc/design/assistant/blog/day_305__interesting_bugs.mdwn19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/design/assistant/blog/day_305__interesting_bugs.mdwn b/doc/design/assistant/blog/day_305__interesting_bugs.mdwn
index 06ac10801..8b76c929d 100644
--- a/doc/design/assistant/blog/day_305__interesting_bugs.mdwn
+++ b/doc/design/assistant/blog/day_305__interesting_bugs.mdwn
@@ -1,10 +1,10 @@
-Worked on 3 bugs today. One I noticed myself while doing tests with adding
-many thousands of files yesterday. Assistant was delaying making a last
-commit of the batch of files, and would only wake up and commit them after
-a further change was made. Turns out this bug was introduced in April
-while improving commit batching when making very large commits. I seem to
-remember someone mentioning this problem at some point, but I have not
-been able to find a bug report to close.
+Worked on 3 interesting bugs today. One I noticed myself while doing tests
+with adding many thousands of files yesterday. Assistant was delaying
+making a last commit of the batch of files, and would only wake up and
+commit them after a further change was made. Turns out this bug was
+introduced in April while improving commit batching when making very large
+commits. I seem to remember someone mentioning this problem at some point,
+but I have not been able to find a bug report to close.
Also tried to reproduce [[this_bug|bugs/utf8]]. Frustrating, because I'm
quite sure I have made changes that will avoid it happening again,
@@ -15,4 +15,7 @@ The last bug is
and is a most strange thing. Still trying to get a handle on multiple
aspects of it.
-(Also various other bug triage.)
+Also various other bug triage. Down to only 10 messages in my git-annex
+folder. That included merging about a dozen bugs about
+local pairing, that all seem to involve git-annex-shell not being found in
+path. Something is up with that..