Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 28aa3f1653de0f6e4ac5953f3551f360e2283799
      
https://github.com/jenkinsci/git-client-plugin/commit/28aa3f1653de0f6e4ac5953f3551f360e2283799
  Author: Mark Waite <[email protected]>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Test JENKINS-40023 - JGit impl handles max changelog incorrectly

JGit changelog does not work well when setting max revisions limit,
if the revisions containt merge commits.  That is because RevWalker
will only return the number of revision as set by limitations, but
ChangelogCommand default behaviour is to skip merge commits. Resulting
in returning less commits then requested by the user.

CliGit changelog works correctly.

The test shows the failure so that if the bug is fixed, this test
will fail.


  Commit: 0aaf5aff44f9f624ea56a5a596b992b7e3d8d9aa
      
https://github.com/jenkinsci/git-client-plugin/commit/0aaf5aff44f9f624ea56a5a596b992b7e3d8d9aa
  Author: Mark Waite <[email protected]>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Improve branch and file names


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/3bd888701df0...0aaf5aff44f9

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to