gedit を git core.editor として構成しました。
git config --global core.editor "gedit"
geditウィンドウが開いていない限り、これは正常に機能します。その場合、既存のウィンドウで COMMIT_EDITMSG が開かれ、gedit はすぐに戻ります。Git は空のコミット メッセージで終了し、失敗します。
このサイト ( http://fabianschuiki.wordpress.com/2012/05/20/use-gedit-as-git-editor/ ) では "gedit -s -w" の使用が提案されていますが、私にはそれらのオプションがありません (そして--new-window は機能しません):
$ gedit -V
gedit - Version 2.28.4
$ gedit --help
Usage:
gedit [OPTION...] [FILE...] - Edit text files
Help Options:
-h, --help Show help options
--help-all Show all help options
--help-gtk Show GTK+ Options
--help-sm-client Show session management options
Application Options:
-V, --version Show the application's version
--encoding=ENCODING Set the character encoding to be used to open the files listed on the command line
--list-encodings Display list of possible values for the encoding option
--new-window Create a new toplevel window in an existing instance of gedit
--new-document Create a new document in an existing instance of gedit
--display=DISPLAY X display to use