Closed fermion closed 14 years ago
Same problem here. I am using textmate for entering commit messages when committing with git. The plugin breaks that. The "git commit" command waits forever after the textmate window is closed.
Should be fixed in the current repository version. There was a memory leak, keeping the window open "in the background" when it is closed. If you want the fix now, compile the repo-version with XCode. I will upload a new release when the preference window is finished (issue #6).
should be fixed in release 0.6
Thanks Julian!
A-W-E-S-O-M-E
Firstly, this is an awesome plugin — great idea, great work so far.
I've found a deal breaker (for now) issue. I use Textmate for reviewing git commit lists and entering comments. When closing the temporary window Textmate usually sends buffer output to Terminal thus proceeding with the commit, etc. This plugin, for some reason, breaks that flow.
If I knew any Objective-C at all I'd just patch and commit this, thanks again for the sweet idea/plugin.