aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-06-13 16:18:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-13 16:18:13 -0400
commit01ed824ef5b4abc0865879e61d7c0b2689c47782 (patch)
tree4f0748a6a2408eef6a3842383a4100b243dbbaa2
parent9baa6f6ec226228d7d9bdc03da8f3188874f8b2a (diff)
devblog6.20160613
-rw-r--r--doc/devblog/day_399__weird_git_merge_bug.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/devblog/day_399__weird_git_merge_bug.mdwn b/doc/devblog/day_399__weird_git_merge_bug.mdwn
new file mode 100644
index 000000000..76e56384a
--- /dev/null
+++ b/doc/devblog/day_399__weird_git_merge_bug.mdwn
@@ -0,0 +1,16 @@
+There was one more test suite failure when run on FAT, which I've
+investigated today. It turns out that
+[a bug report](https://git-annex.branchable.com/bugs/Assistant_keeps_deleting_all_the_files_in_my_repo/)
+was filed about the same problem, and at root
+it seems to be a [bug in git merge](http://thread.gmane.org/gmane.comp.version-control.git/297237).
+Luckily, it was not hard to work around the strange merge behavior.
+
+It's been very worthwhile running the test suite on FAT; it's pointed me at
+several problems with adjusted branches over the past weeks. It would be
+good to add another test suite pass to test adjusted branches explicitly,
+but when I tried adding that, there were a lot of failures where the test
+suite is confused by adjusted branch behavior and would need to be taught
+about it.
+
+I've released git-annex 6.20160613. If you're using v6 repositories and
+especially adjusted branches, you should upgrade since it has many fixes.