aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_388-389__various_and_windows.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/devblog/day_388-389__various_and_windows.mdwn')
-rw-r--r--doc/devblog/day_388-389__various_and_windows.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_388-389__various_and_windows.mdwn b/doc/devblog/day_388-389__various_and_windows.mdwn
new file mode 100644
index 000000000..b929882b8
--- /dev/null
+++ b/doc/devblog/day_388-389__various_and_windows.mdwn
@@ -0,0 +1,13 @@
+Lots of little fixes and improvements here and there over the past couple
+days.
+
+The main thing was fixing several bugs with adjusted branches and Windows.
+They seem to work now, and commits made on the adjusted branch are
+propigated back to master correctly.
+
+It would be good to finish up the last todos for v6 mode this month.
+The sticking point is I need a way to update the file stat in the git index
+when git-annex gets/drops/etc an unlocked file. I have not decided yet if
+it makes the most sense to add a dependency on libgit2 for that, or extend
+`git update-index`, or even write a pure haskell library to manipulate
+index files. Each has its pluses and its minuses.