git-annex/doc/devblog/day_511__v6_improved_index_update.mdwn
2018-08-16 16:38:01 -04:00

13 lines
590 B
Markdown

Found a better way to update the index after get/drop in v6 repositories.
I was able to close all the todos around that.
Only problem is there is a race where a modification that happens to a file
soon after get/drop gets unexpectedly staged by the index update. I made
this race's window as small as I reasonably can. Fully fixing it would
involve improvements to the git update-index interface, or another way to
update the index.
Only two todos remain in [[todo/smudge]] that
I want to fix in the remainder of this v6 sprint.
This work is supported by the NSF-funded DataLad project.