Branch: refs/heads/master Home: https://github.com/jenkinsci/git-plugin Commit: c9c95eff8d8c1d80de8e06e211aac0974d2162ae https://github.com/jenkinsci/git-plugin/commit/c9c95eff8d8c1d80de8e06e211aac0974d2162ae Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2018-12-01 (Sat, 01 Dec 2018)
Changed paths: M src/main/java/hudson/plugins/git/GitChangeSet.java Log Message: ----------- Add javadoc for isShowEntireCommitSummaryInChanges Commit: 9fbdc455d3315d1e2ebaf5ab2a058254d5fd0b79 https://github.com/jenkinsci/git-plugin/commit/9fbdc455d3315d1e2ebaf5ab2a058254d5fd0b79 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2018-12-01 (Sat, 01 Dec 2018) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- Call 3 arg GitChangeSet constructor for compatibility The 2 arg constructor changes behavior for JGit implementations with the release of git plugin 4.0. This retains existing behavior. Commit: 8ea1c0736fdad3f7e5e9b14a60a318e9024ebc4d https://github.com/jenkinsci/git-plugin/commit/8ea1c0736fdad3f7e5e9b14a60a318e9024ebc4d Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2018-12-02 (Sun, 02 Dec 2018) Changed paths: M src/main/java/hudson/plugins/git/GitChangeLogParser.java M src/main/java/hudson/plugins/git/GitSCM.java M src/test/java/hudson/plugins/git/GitChangeLogParserTest.java M src/test/java/hudson/plugins/git/browser/BitbucketWebTest.java M src/test/java/hudson/plugins/git/browser/GitLabTest.java M src/test/java/hudson/plugins/git/browser/GitListTest.java M src/test/java/hudson/plugins/git/browser/GitWebTest.java M src/test/java/hudson/plugins/git/browser/GithubWebTest.java M src/test/java/hudson/plugins/git/browser/GitoriousWebTest.java M src/test/java/hudson/plugins/git/browser/GogsGitTest.java M src/test/java/hudson/plugins/git/browser/KilnGitTest.java M src/test/java/hudson/plugins/git/browser/RedmineWebTest.java M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java M src/test/java/hudson/plugins/git/browser/ViewGitWebTest.java Log Message: ----------- JENKINS-29977 keep changelog parser compatibility The GitChangeLogParser previously did not know the git implementation being used (CLI git or JGit). Without knowing the git implementation, it could not decide if the correct truncation behavior was being applied to legacy callers. Extend GitChangeLogParser constructor to accept a GitClient so that legacy cases can accurately decide if they should truncate (CliGit) or not truncate (JGit). Commit: f2e0856947ce71bdb7ffc5fcad5a3597f6892151 https://github.com/jenkinsci/git-plugin/commit/f2e0856947ce71bdb7ffc5fcad5a3597f6892151 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2018-12-02 (Sun, 02 Dec 2018) Changed paths: M src/main/java/hudson/plugins/git/GitChangeLogParser.java M src/main/java/hudson/plugins/git/GitChangeSet.java M src/main/java/hudson/plugins/git/GitSCM.java M src/test/java/hudson/plugins/git/GitChangeLogParserTest.java M src/test/java/hudson/plugins/git/browser/BitbucketWebTest.java M src/test/java/hudson/plugins/git/browser/GitLabTest.java M src/test/java/hudson/plugins/git/browser/GitListTest.java M src/test/java/hudson/plugins/git/browser/GitWebTest.java M src/test/java/hudson/plugins/git/browser/GithubWebTest.java M src/test/java/hudson/plugins/git/browser/GitoriousWebTest.java M src/test/java/hudson/plugins/git/browser/GogsGitTest.java M src/test/java/hudson/plugins/git/browser/KilnGitTest.java M src/test/java/hudson/plugins/git/browser/RedmineWebTest.java M src/test/java/hudson/plugins/git/browser/RhodeCodeTest.java M src/test/java/hudson/plugins/git/browser/ViewGitWebTest.java Log Message: ----------- Merge pull request #640 from MarkEWaite/fix-changelog-parser Fix changelog parser Compare: https://github.com/jenkinsci/git-plugin/compare/c7af2904d2db...f2e0856947ce **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.