devblog
This commit is contained in:
parent
eb8c33b64d
commit
ea0d2ac3b9
4 changed files with 15 additions and 1 deletions
13
doc/devblog/day_388-389__various_and_windows.mdwn
Normal file
13
doc/devblog/day_388-389__various_and_windows.mdwn
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue