summaryrefslogtreecommitdiff
path: root/doc/devblog/day_37__long_day.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 20:07:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 20:07:31 -0400
commit92d73c5d8a5671d6d5b9f90f9f8088cb6185e50d (patch)
treed3174649af406d795cff9ced28fad77ccecfb8ae /doc/devblog/day_37__long_day.mdwn
parentaf10a9b0d24c7e8d4a373d6b5d130063491e46f8 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_37__long_day.mdwn')
-rw-r--r--doc/devblog/day_37__long_day.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/devblog/day_37__long_day.mdwn b/doc/devblog/day_37__long_day.mdwn
new file mode 100644
index 000000000..7882a746d
--- /dev/null
+++ b/doc/devblog/day_37__long_day.mdwn
@@ -0,0 +1,6 @@
+A long day of bugfixing. Split into two major parts. First I got back to a
+bug I filed in August to do with the assistant misbehaving when run in a
+subdirectory of a git repository, and did a nice type-driven fix of the
+underlying problem (that also found and fixed some other related bugs that
+would not normally occur). Then, spent 4 hours in Windows purgatory working
+around crazy path separator issues.