assistant: Avoid committer crashing if a file is deleted at the wrong instant.

This commit is contained in:
Joey Hess 2013-01-14 15:02:13 -04:00
parent 78c7efb258
commit f51ad2a00c
4 changed files with 21 additions and 9 deletions

View file

@ -26,3 +26,7 @@ Editing a text file with vim
# What version of git-annex are you using? On what operating system?
3.20130107 prebuilt tar ball on Debian testing
> Could also fail in `getFileStatus`. In either case it's a race
> with the file being deleted while it's still in the process of being
> locked down. Fixed this [[done]] --[[Joey]]