Never mind, I somehow missed the magit-process buffer. IMO, magit should popup the magit-process buffer automatically if git failed, something along the lines of magit-process-popup-time.
Thanks, Suresh On Aug 4, 4:14 pm, Suresh Kumar <[email protected]> wrote: > OK, I updated it to tip of the emacs (http://repo.or.cz/w/emacs.git > hopefully its not lacking behind main bzr repository that much) > > Now there is no hang, but I get "magit-run*: Git failed". > > Is there any debug flag to make magit output the git commands it's > executing? > > Thanks, > Suresh > > At Wed, 4 Aug 2010 09:51:30 +0100, > > Steve Purcell wrote: > > > That was due to an Emacs bug which was fixed only yesterday. If you build a > > new Emacs from today's source tree, it will work fine. > > > -Steve > > > On 4 Aug 2010, at 09:18, Suresh Kumar wrote: > > > > 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 > >
