Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive rebase hangs when EDITOR environment variable is set to emacsclient #17

Closed
rdgreen opened this issue Jul 1, 2016 · 0 comments

Comments

@rdgreen
Copy link

rdgreen commented Jul 1, 2016

This snippet from the output of pstree -p shows what is going on:

emacs(4178)-+
            |-git(10757)---git-flow(10758)---git(10897)---git-rebase(10898)---emacsclient(10982)

The problem seems to be that magit-gitflow runs everything synchronously, but because I have set my EDITOR environment variable to emacsclient, the whole things is circular and hangs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant