stable

Clone or download

Read-only

Display committer date in list of commits

Part of story #10416 burning parrot gloss on gitphp views This lets us unify the way commits are displayed in Git and PR. How to test: - Create a pull request with multiple commits. Ammend one or more commits. - When you browse the pull request, you should see the commit (ammend) date, not the author date (first commit creation). Change-Id: I493b4008582c4a7bcc8f12e8f030402dd31f1920

Modified Files

Name
M plugins/git/include/REST/v1/GitCommitRepresentation.php +12 −8 Go to diff View file
M plugins/git/tests/rest/Git/RepositoryTest.php +29 −25 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/commits/commits.tpl.html +1 −1 Go to diff View file