aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-17 16:50:00 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-17 16:50:00 -0400
commit7ae894ebd483d965a59d8e74834c900d5a4b571f (patch)
tree9eccdfcff199ab2ac68b0190efe5dc7ea3818d9c /doc/devblog
parent9d4944c8139133b300c604fc6e06ab22d17ea659 (diff)
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_422__bugfixes_for_v6_mode.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_422__bugfixes_for_v6_mode.mdwn b/doc/devblog/day_422__bugfixes_for_v6_mode.mdwn
new file mode 100644
index 000000000..3cd7bc35b
--- /dev/null
+++ b/doc/devblog/day_422__bugfixes_for_v6_mode.mdwn
@@ -0,0 +1,16 @@
+Several bug fixes involving v6 unlocked files today. Several related bugs
+were caused by relying on the inode cache information, without a fallback
+to handle the case where the inode cache had not gotten updated. While the
+inode cache is generally kept up-to-date well by the smudge/clean
+filtering, it is just a cache and can be out of date. Did some auditing for
+such problems and hopefully I've managed to find them all.
+
+Also, there was a tricky upgrade case where a v5 repository contained a
+v6 unlocked file, and the annexed content got copied into it. This
+triggered the above-described bugs, and in this case the worktree needs
+to be updated on upgrade, to replace the pointer file with the content.
+
+As I caught up with recent activity, it was nice to see some contributions
+from others. James MacMahon sent in a patch to improve the filenames
+generated by `importfeed`. And, xloem is writing workflow documentation for
+git-annex in [[todo/Workflow_guide]].