GNOME Bugzilla – Bug 645307
git commit fails if gedit already active
Last modified: 2011-03-20 15:53:21 UTC
If gedit is already open and you are using gedit as your git core.editor then it will return immediately instead of forking. This will give git an empty commit message error. Simple Solution Add a flag to fork gedit for situations like this. Redhat has a similar report: https://bugzilla.redhat.com/show_bug.cgi?id=648111 Stackoverflow has one too: http://stackoverflow.com/questions/60278/git-commit-text-file/4658092#4658092
*** This bug has been marked as a duplicate of bug 112908 ***