Using magit 0.7 revert-item worked fine initially. Now when I type 'v' on an unstaged file, I get "Git failed". I can stage the file with s. If I type 'v' I still get 'Git failed'.
I then used 'git checkout file.hs' to fix the problem. Now I made a small change to the file and it shows up in the "Changes: section"; when I revert with 'v' I get the same error. So it is reproducible.
