From af8842475ecade42edba30dfb6dde136fe3353c6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Oct 2016 16:01:32 -0400 Subject: [PATCH] devblog --- doc/devblog/day_421__lost_in_the_trees.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/devblog/day_421__lost_in_the_trees.mdwn diff --git a/doc/devblog/day_421__lost_in_the_trees.mdwn b/doc/devblog/day_421__lost_in_the_trees.mdwn new file mode 100644 index 0000000000..1cb09b63da --- /dev/null +++ b/doc/devblog/day_421__lost_in_the_trees.mdwn @@ -0,0 +1,6 @@ +Finished up where I left off yesterday, writing test cases and fixing +bugs with syncing in adjusted branches. While adjusted branches need v6 +mode, and v6 mode is still considered experimental, this is still a rather +nasty bug, since it can make files go missing (though still available +in git history of course). So, planning to release a new version with these +fixes as soon as the autobuilders build it.