> > On Apr 17, 2008, at 12:02 AM, Stephan Hennig wrote:
> >> Symptoms:
> >> 1. The editor now opens again with an empty file named [EMAIL PROTECTED]
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"), and also when using an
environment variable (EDITOR, etc.) instead of the core.editor
configuration option.
Juanma