devblog
This commit is contained in:
parent
972f68100f
commit
7645c31072
1 changed files with 14 additions and 0 deletions
14
doc/devblog/day_69__catching_up.mdwn
Normal file
14
doc/devblog/day_69__catching_up.mdwn
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue