15

Any ideas on how come none of the local changes are being shown on smart git 7.0.4. This is happening on all the branches and was perfectly working a couple of hours before.

bahrep
  • 29,961
  • 12
  • 103
  • 150
Farrugia
  • 161
  • 2
  • 9
  • What does `git status` show? – mstrap Jan 04 '16 at 12:43
  • 2
    It shows all the files that were modified. That's all good...the thing is that I'm normally used to the UI with all the local code changes being displayed in the main view, which is now always empty. – Farrugia Jan 04 '16 at 12:47
  • Are these real changes, or just EOL-related? Do you have a filter for the Files table set? A screenshot of the UI, including Directories and Files view would be helpful. – mstrap Jan 04 '16 at 21:38
  • 1
    you probably toggled off the `Files` pane. Try `Window > Files` or `(Ctrl-Shift-3)`, then select a file with changes. – Brian D Mar 04 '20 at 23:43

6 Answers6

11

Check View -> Files from Subdirectories (Ctrl + 0) probably this will do the trick for you.

dasar
  • 5,321
  • 4
  • 24
  • 36
6

Version 8.0.4.1

In the top right of the window there are two option tabs you can toggle between, "Main" and "Review".

I found that in "Main" you only see modified directories, but if you switch to "Review" you will get a file-by-file breakdown.

Merc
  • 393
  • 5
  • 10
1

In version 7.0.4, I had to double click on the repository to refresh all other sub windows instead of a single click I have been used to before. After that, the commit ahead the origin repository appeared in the list of outgoing commits and the push button showed up. Push worked then.

MarcoR
  • 11
  • 1
1

Version 19.1.7

Select Window > Main Perspective.

In this view, my Repositories pane only shows folders/directories. The folders that have changed files in them are reddish, otherwise yellow.

Go to Window > Files or (Ctrl-Shift-3) to toggle the Files pane on.

Select a changed file in the Files pane... Voila! The file changes show up in the Changes pane.

Select Window > Review Perspective.

The Files pane is probably already toggled on in this view, but if it is not... enable the Files pane using Window > Files or (Ctrl-Shift-3). Select a changed file in the Files pane and the changes show up in the Changes pane.

Brian D
  • 2,570
  • 1
  • 24
  • 43
0

Also try switching between "Index" and "Working Tree" modes for the "Files" window (default shortcuts F9/F10)

Andrei Pokrovsky
  • 3,590
  • 3
  • 26
  • 17
0

In version 18.1.5, I was able to get it to work by just restarting SmartGit for Mac.

Nathan Moinvaziri
  • 5,506
  • 4
  • 29
  • 30