Git rebase --continue opens editor

After a rebase failed with a conflict, I could not continue the rebase using a Git GUI client. When performing

git rebase --continue

on command line (msysgit 1.7.4), it opened a text editor. After having closed it, Git continued. How can opening the editor be avoided?

5
задан Mot 15 March 2011 в 15:36
поделиться