Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: f2b9fccd272fc6ccbfe91c73e79a7c2cb706e408
      
https://github.com/jenkinsci/git-client-plugin/commit/f2b9fccd272fc6ccbfe91c73e79a7c2cb706e408
  Author: Mark Waite <[email protected]>
  Date:   2019-02-24 (Sun, 24 Feb 2019)

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

  Log Message:
  -----------
  Remove duplicated assertion

Duplication only detected on ancient git, but the code intended to move
the assertion into the conditional.

Failure detected with CentOS 6 and command line git 1.7.1.  Command line
git 1.7.1 is officially not supported by the git plugin, but there is
no reason to break users for those cases where it worked previously.


  Commit: 4fa5b07564d6031efc208847580a2d2498fc8b12
      
https://github.com/jenkinsci/git-client-plugin/commit/4fa5b07564d6031efc208847580a2d2498fc8b12
  Author: Mark Waite <[email protected]>
  Date:   2019-02-24 (Sun, 24 Feb 2019)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  -----------
  Fix JENKINS-56116 - Use raw format on ancient git

Specific format characters like '%B' are not supported on old git versions
like git 1.7.1 as included with CentOS 6.

Command line git 1.7.1 lacks several capabilities and is not officially
supported by the Jenkins git plugin.  However, some use cases work with
CentOS 6.  There is no need to break existing users for this specific
case, since it is easy enough to use the old 'raw' format as was done
in long ago versions of the git plugin.


  Commit: 63dd47319914cbe72948e18d83f62c62365ba6c7
      
https://github.com/jenkinsci/git-client-plugin/commit/63dd47319914cbe72948e18d83f62c62365ba6c7
  Author: Mark Waite <[email protected]>
  Date:   2019-02-24 (Sun, 24 Feb 2019)

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

  Log Message:
  -----------
  Merge pull request #413 from MarkEWaite/adapt-to-ancient-git-versions

JENKINS-56116 - Adapt to ancient git versions


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/0fd4cda3015e...63dd47319914

-- 
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