I have UltraEdit (x64 26.20.0.68) set up as my EDITOR, and have been having some trouble with git commits. If GIT_EDITOR (or various other configurations) are not set, git will use the EDITOR environment variable as its editor. When I "git commit" it opens UE to allow me to specify a check-in message. While git normally waits until the editor is closed before proceeding, with UE as the editor it attempts to proceed immediately, sees that the check-in message is blank, and fails.
Does anyone know whether there is a command line I could put in the GIT_EDITOR environment variable to get git to work correctly with UE?
Does anyone know whether there is a command line I could put in the GIT_EDITOR environment variable to get git to work correctly with UE?