git-annex-4.20130723: doc/bugs/git_annex_uninit_loses_content_when_interrupted.mdwn
### Please describe the problem.
When git annex uninit is interrupted, git status shows
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
deleted: file1
file1 is the file that was being processed at the time of the interrupt.
### What steps will reproduce the problem?
git annex uninit
Ctrl-C
### What version of git-annex are you using? On what operating system?
4.20130709
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]
> [[done]]; see my comment --[[Joey]]