Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I view all changes for a pull request?

BillRob May 3, 2017

I have a pull request and when I go to the DIFF tab, it only shows me the diff for a single file.  I can't scroll down and continue to look at files.  Other PR tools I have used I could look at all the files at once, do a ctrl-f search to see how it was being used.

1 answer

1 vote
jredmond
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 4, 2017

Is that single file the only one being changed in that pull request?

BillRob May 18, 2017

No, there are dozens of files changed, but will only show me one file's changes at a time.

Julius Davies _bit-booster_com_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 18, 2017

From your commandline, what does "git diff --name-only origin/[target]...origin/[source]" print for this PR?   [source] is the source branch, and [target] is the target branch.  Be sure to run "git fetch" before running this command.

Note:  the three dots ("...") in the git diff command are important.

I suspect Bitbucket is correct, and only 1 file changed.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events