From ac00a98fd942b6666db7bce895c9e3926da73ddd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 2 Dec 2013 19:25:59 -0400 Subject: devblog --- doc/devblog/day_69__catching_up.mdwn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 doc/devblog/day_69__catching_up.mdwn (limited to 'doc/devblog/day_69__catching_up.mdwn') diff --git a/doc/devblog/day_69__catching_up.mdwn b/doc/devblog/day_69__catching_up.mdwn new file mode 100644 index 000000000..45b1e38e6 --- /dev/null +++ b/doc/devblog/day_69__catching_up.mdwn @@ -0,0 +1,14 @@ +Still working through thanksgiving backlog. Around 55 messages to go. + +Wrote hairy code to automatically fix up bad bare repositories created by +recent versions of git-annex. Managed to do it with only 1 stat call +overhead (per local repository). Will probably keep that code in git-annex +for a year or so, despite the bug only being present for a few weeks, +because the repositories that need to be fixed might be on removable drives +that are rarely used. + +Various other small bug fixes, including dealing with box.com having +changed their WebDAV endpoint url. + +Spent a while evaluating various key/value storage possibilities. +[[bugs/incremental_fsck_should_not_use_sticky_bit]] has the details. -- cgit v1.2.3