NEW 26124
resolve-ChangeLogs --continue hangs if git rebase --continue needs to launch $EDITOR
https://bugs.webkit.org/show_bug.cgi?id=26124
Summary resolve-ChangeLogs --continue hangs if git rebase --continue needs to launch ...
Eric Seidel (no email)
Reported 2009-06-01 16:30:37 PDT
resolve-ChangeLogs --continue hangs if git rebase --continue needs to launch $EDITOR eseidel-mac [6520:WebKit]% resolve-ChangeLogs -c [~/Projects/WebKit] M WebCore/ChangeLog Running 'git rebase --continue'... Vim: Warning: Output is not to a terminal And the terminal is hung. ;) I'm not sure what the conditions under which it decides it needs to launch an editor are...
Attachments
David Kilzer (:ddkilzer)
Comment 1 2009-06-01 20:34:54 PDT
I suppose we should just "exec" git-rebase since it's essentially the last thing that's ever done if you enable that command-line switch.
Note You need to log in before you can comment on or make changes to this bug.