diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-02 19:25:59 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-02 19:25:59 -0400 |
commit | ac00a98fd942b6666db7bce895c9e3926da73ddd (patch) | |
tree | fcfbc7289ac45dd8fc78ace1c5ff55e78d9086a3 /doc/devblog | |
parent | 27733edfcbb4775b07139bf2b8f270cc2457dc15 (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_69__catching_up.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
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. |