stable

Clone or download

Read-only

Use common ancestor when displaying a diff

Part of story #8826: Create pull requests from a git repository Following the following situation: o--o--o master `-o dev Where a file F1 is added in master, and a file F2 is added in dev, when I create a pull request dev → master, I must not see F1 as a deleted file. Change-Id: I8d7900f1481c8c5baefd7b11b5084e1f5de33651

Modified Files

Name
M include/PullRequest/GitExec.php +2 −2 Go to diff View file
M include/PullRequest/REST/v1/PullRequestFileRepresentationFactory.php +1 −1 Go to diff View file
M tests/GitExecTest.php +23 −1 Go to diff View file