On Jan 22, 2009, at 10:09 PM, Daniel Lord wrote:

> When I perform a commit, BBEdit opens as expected. But whatever I type
> in is not piping back to git--when I close the file git replies in the
> shell: "aborting commit due to empty commit message."

git wants the editor tool to wait stay running until you are done  
editing the file (which is what command line editors do.)

By default, `bbedit` exits immediately.

You want to add --wait (tool will wait for you to finish editing/close  
the document before existing) and optionally --resume (pop the  
terminal back to the front when finished.)

$ git config --global core.editor "bbedit --wait --resume"

Jim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "BBEdit Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a specific feature request or would like to report a suspected (or 
confirmed) problem with the software, please email to "[email protected]" 
rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to