This commit is contained in:
Joey Hess 2016-05-04 14:39:53 -04:00
parent eb8c33b64d
commit ea0d2ac3b9
Failed to extract signature
4 changed files with 15 additions and 1 deletions

View file

@ -1,6 +1,5 @@
## ahead
* [[adjusted_branches]]
* [[design/caching_database]] for metadata views
* [[assistant/deltas]]
* [[assistant/gpgkeys]] management for the assistant
@ -10,6 +9,8 @@
## the rearview
* Spring 2016 [[adjusted_branches]]
* Winter 2015 v6 repo format
* Mar-Oct 2015 busy busy busy, too busy to update!
* Feb 2015 user-driven features and polishing, [[design/caching_database]] part 1
* Jan 2015 Android 5, relative paths, workload [[tuning]]

View file

@ -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.