I updated to 2.0-alpha.9531 today and just noticed this weird behavior in my SCM Status pane, not sure if it's just me.
I'm working on a git project that has some modified files and some new untracked files. If I press Go, SCM Status to show the Uncommited Changes, no files show up in the Uncommited Changes section. If I press Bundles, Git, Show Uncommited Changes, the files and its changes show up on the new window as expected.
Untracked items show up in the pane as expected.
Any help will be appreciated. I know I didn't Revert to Defaults (yet) but I wanted to ask before losing any customizations.
-- :: dip --
On 11 Apr 2014, at 22:00, dipnlik wrote:
[…] Untracked items show up in the pane as expected.
Try run this in a terminal (from your repository’s root):
git diff-files --name-status --ignore-submodules=dirty
That is effectively what TextMate runs to get the list of modified files.
Thanks for the help and and sorry for the late answer. The issue is now solved and it was not Mate-related.
The command gave the expected results, so I went looking for other possible problem points. Turns out I had a global .tm_properties with TM_GIT pointing to an older version of git (1.7.0) that does not support the --ignore-submodules=dirty option.
-- :: dip --
On Fri, Apr 11, 2014 at 5:00 PM, Allan Odgaard mailinglist@textmate.org wrote:
On 11 Apr 2014, at 22:00, dipnlik wrote:
[…] Untracked items show up in the pane as expected.
Try run this in a terminal (from your repository’s root):
git diff-files --name-status --ignore-submodules=dirty
That is effectively what TextMate runs to get the list of modified files.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate