Hi, I am a new convert to magit. Thanks for the awesome work.
I have an issue currently: I need to apply couple of hunks(from a commit) to the current tree. So I go to the specific commit, which puts me in "*magit-commit*" buffer. And I move to the specific hunk and press 'a' (which is supposed to call magit-apply-item). But then Emacs just starts spinning, no response. (couple of ctl-g s bring it back to life, but then magit always refuses to run any new command saying git is already running (even if kill -9 that git process)). It doesn't matter what gets called inside magit-apply-item (magit- apply-hunk-item or magit-apply-diff-item), the results are same. Any idea what could be the cause? (I can see that magit spawns a new process "/home/suresh/bin/git --no- pager apply -" but then it just hangs there). btw, 'A' (magit-cherry-pick-item) works fine (when in the magit-log buffer). I am on git version 1.7.2.1, Emacs 24.0.50.1 and magit from git if that is of any use. Thanks, Suresh
