Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SourceTree Won't Show All My Changes

I want to commit my works. But when I want to see what I changed and wrote them into commit message, I saw some of my changes won't show.

What is the problem?

like image 507
Al00X Avatar asked Jan 02 '16 15:01

Al00X


People also ask

How do I see all changes in SourceTree?

Just CTRL+Click the tip of each branch in the Log and it should show you all the changes between those 2 commits.

How do I see all files in SourceTree?

Users can navigate to the log/history window by clicking the tick-shaped icon button at the top-left section. Users can also alternatively press Command+1, or navigate it through View > File Status View.


3 Answers

Change The Maximum Lines And Size In Options

Tools > Options > Diff

Change Max Diff Line Count And Change Size Limit (Text)

like image 100
Al00X Avatar answered Oct 15 '22 20:10

Al00X


I'm adding this answer as another possible cause of SourceTree "only showing the change history for a single file". This was annoying me for quite a while. No settings changes would display more than one file. THEN, I realised that the commit summary is actually a panel which slides up over the file list. ZOMG.

ZOMG

like image 45
slipperyseal Avatar answered Oct 15 '22 20:10

slipperyseal


Make sure your filter is setup correctly:

For me the filter bugged out and while the main text said "Pending files", the dropdown had nothing selected.

like image 35
Yani Avatar answered Oct 15 '22 20:10

Yani