Allan Odgaard wrote (Tue, 15 Apr 2014 06:29:12 +0700):
At the command line, `which git` will give me /usr/bin/git, so that's what what I entered as TM_GIT in TextMate's preference pane.
This isn’t necessary since `/usr/bin/git` will automatically be found via the `PATH` variable. The `TM_GIT` variable is for when you install a newer version elsewhere, and want to be sure TextMate uses that.
OK, I didn't know that, thank you!
[…] when I enter a commit message and hit the commit button, nothing happens. No error message appears, but the files won't be committed
What version of TextMate are you using?
Version 2.0-alpha.9537 on Mac OS X 10.8.5. `git --version` says "git version 1.8.5.2 (Apple Git-48)".
Regards, Tobias Jung