summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-26 19:37:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-26 19:37:36 -0400
commit90cc7e1c4e5e17cfa8868adbe9c23d18604c4fe4 (patch)
tree2d6395c62db71026fc1c11204197f0564efaa177
parent1e95a0a8add800dda786e47e6afc6f4b2c2355db (diff)
devblog
-rw-r--r--doc/devblog/day_67_thanksgiving_rush.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/devblog/day_67_thanksgiving_rush.mdwn b/doc/devblog/day_67_thanksgiving_rush.mdwn
new file mode 100644
index 000000000..7ac6ba523
--- /dev/null
+++ b/doc/devblog/day_67_thanksgiving_rush.mdwn
@@ -0,0 +1,19 @@
+My last day before thanksgiving, getting caught up with some recent bug
+reports and, quite a rush to get a lot of fixes in. Adding to the fun,
+wintery weather means very limited power today.
+
+It was a very productive day, especially for Android, which hopefully has
+XMPP working again (at least it builds..), halved the size of the package,
+etc.
+
+Fixed a stupid bug in the automatic v5 upgrade code; annex.version was not
+being set to 5, and so every git annex command was
+actually re-running the upgrade.
+
+Fixed another bug I introduced last Friday, which the test suite luckily
+caught, that broke using some local remotes in direct mode.
+
+Tracked down a behavior that makes `git annex sync` quite slow on
+filesystems that don't support symlinks. I need to switch direct mode to
+not using `git commit` at all, and use plumbing to make commits there.
+Will probably work on this over the holiday.