Hello,
I recently upgraded my Mac mini from Snow Leopard to Mountain Lion and TextMate 1 to TextMate 2, so I'n new to TM2 and might be missing something obvious.
Before upgerading, I used Git only from the command line and the SourceTree GUI, but now I want to start using it directy from TextMate.
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.
"Show Uncommitted Changes" in TextMate's git bundle will show the correct files (i.e. those that I changed), "Commit..." will give me the correct list of files to commit. But when I enter a commit message and hit the commit button, nothing happens. No error message appears, but the files won't be committed, i.e. both TextMate and SourceTree will still show them as "modified".
So what am I doing wrong? Are there any other dependencies I have to install? Any more settings I have to change?
Kind regards, Tobias Jung
On 14 Apr 2014, at 18:09, Tobias Jung wrote:
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.
[…] 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?
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
On 15 Apr 2014, at 17:25, Tobias Jung wrote:
[…] when I enter a commit message and hit the commit button, nothing happens […]
Version 2.0-alpha.9537 on Mac OS X 10.8.5.
OK, turns out the new commit window introduced in 2.0-alpha.9531 only works on 10.9.
For now you can downgrade to latest release build (2.0-alpha.9529) by going to Preferences → Software Update and change “Watch For” to “Normal Release” and then click “Check Now” and downgrade.
Next build should include a commit window that works on 10.7 and 10.8 as well.
Allan Odgaard wrote (Wed, 16 Apr 2014 15:44:02 +0700):
OK, turns out the new commit window introduced in 2.0-alpha.9531 only works on 10.9.
For now you can downgrade to latest release build (2.0-alpha.9529) by going to Preferences $)A!z Software Update and change !0Watch For!1 to $)A!0Normal Release!1 and then click !0Check Now!1 and downgrade.
Thank you, that worked! :-)
Next build should include a commit window that works on 10.7 and 10.8 as well.
Thanks again! Kind regards, Tobias Jung
Allan Odgaard wrote (Wed, 16 Apr 2014 15:44:02 +0700):
[$)A!-] when I enter a commit message and hit the commit button, nothing happens [$)A!-]
Version 2.0-alpha.9537 on Mac OS X 10.8.5.
OK, turns out the new commit window introduced in 2.0-alpha.9531 only works on 10.9.
For now you can downgrade to latest release build (2.0-alpha.9529) by going to Preferences $)A!z Software Update and change !0Watch For!1 to $)A!0Normal Release!1 and then click !0Check Now!1 and downgrade.
Next build should include a commit window that works on 10.7 and 10.8 as well.
TextMate is now offering me to update to 2.0-alpha.9543. Does Git commit work in this version on OS X 10.8.5?
Kind regards, Tobias Jung
On 10 May 2014, at 22:39, Tobias Jung wrote:
[…] Next build should include a commit window that works on 10.7 and 10.8 as well.
TextMate is now offering me to update to 2.0-alpha.9543. Does Git commit work in this version on OS X 10.8.5?
At least it did when I tested my fix on 10.8, and we’ve had no reports of it not working.