summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-05-16 17:23:38 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-05-16 17:23:38 -0400
commit5a64bfbeefa8c835015ed07c0b2b8e19bea5d2dd (patch)
tree96021949b5e74ff4c0fd8c7cc3881049350687c3 /doc/devblog
parent5b451c18bc4db1865efd25c19817cf885aad0f1d (diff)
comment
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_392__v6_fixes.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/devblog/day_392__v6_fixes.mdwn b/doc/devblog/day_392__v6_fixes.mdwn
new file mode 100644
index 000000000..10d2de263
--- /dev/null
+++ b/doc/devblog/day_392__v6_fixes.mdwn
@@ -0,0 +1,12 @@
+Fixed several problems with v6 mode today. The assistant was doing some
+pretty wrong things when changes were synced into v6 repos, and that
+behavior is fixed. Also dealt with a race that caused updates made to the
+keys database by one process to not be seen by another process.
+And, made `git annex add` of a unlocked pointer file not annex the pointer
+file's content, but just add it to git as-is.
+
+Also, Thowz pointed out that adjusted branches could be used to locally adjust
+where annex symlinks point to, when a repository's git directory is not in
+the usual location. I've added that, as `git annex adjust --fix`. It
+was quite easy to implement this, which makes me very happy with the
+adjusted branches code!