[TxMt] Re: SCM Status pane doesn't show Uncommited Changes

Allan Odgaard mailinglist at textmate.org
Fri Apr 11 20:00:25 UTC 2014


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.


More information about the textmate mailing list