Juanma Barranquero schrieb: > With Git-1.5.5-preview20080413.exe, if the editor configured to edit > commit messages contains additional arguments, like > > [core] > editor = C:/windows/system32/notepad2.exe /p0 > > the editor is called with $@ as filename. After removing the " /p0" > above it works (I mean, it edits COMMIT_EDITMSG). > > The bug happens for other editors/arguments (for example, > "emacsclient.exe --server-file=server"),
My settings are [core] editor = c:/programme/wscite/scite.exe -check.if.already.open=0 Indeed, removing the argument to the scite call seems to make msysGit happy. Best regards, Stephan Hennig
