Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 01713ed47179d37fe6bc7a9885d0b5824d75a88e
      
https://github.com/jenkinsci/git-client-plugin/commit/01713ed47179d37fe6bc7a9885d0b5824d75a88e
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M src/test/java/jmh/benchmark/GitClientRedundantFetchBenchmark.java

  Log Message:
  -----------
  Use better names for default branch

Clearer phrasing of the test


  Commit: ee49009e26657818539c8c74359a74e3085bc520
      
https://github.com/jenkinsci/git-client-plugin/commit/ee49009e26657818539c8c74359a74e3085bc520
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Improve GitAPITest terminology

Use default branch name and clarify comments that used the word
'master' to mean "default".


  Commit: 91c7435dffb489c1e0eb0252c7992c61054b822e
      
https://github.com/jenkinsci/git-client-plugin/commit/91c7435dffb489c1e0eb0252c7992c61054b822e
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M CHANGELOG.adoc

  Log Message:
  -----------
  Update changelog example branch name

Examples could use any branch name


  Commit: 72fe8b5e4dcea14d7fede213d8ae5979b13a0825
      
https://github.com/jenkinsci/git-client-plugin/commit/72fe8b5e4dcea14d7fede213d8ae5979b13a0825
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M src/main/java/hudson/plugins/git/IGitAPI.java

  Log Message:
  -----------
  Use better branch name in Javadoc


  Commit: 3d81aee774e18b8de0fac2dd91438204f13fca6e
      
https://github.com/jenkinsci/git-client-plugin/commit/3d81aee774e18b8de0fac2dd91438204f13fca6e
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Use better branch name in comments


  Commit: 48caf366792bbcfaf7679d674a90889233d858be
      
https://github.com/jenkinsci/git-client-plugin/commit/48caf366792bbcfaf7679d674a90889233d858be
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Describe repository type more clearly


  Commit: b493100e27a349ff71e13df27a73652ad9c6744f
      
https://github.com/jenkinsci/git-client-plugin/commit/b493100e27a349ff71e13df27a73652ad9c6744f
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Remove disabled experimental test


  Commit: 351dcc5dca357686aa96ec1874a5898f180c243f
      
https://github.com/jenkinsci/git-client-plugin/commit/351dcc5dca357686aa96ec1874a5898f180c243f
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Clarify default branch use in tests


  Commit: 5355a26cfc138b9d5d48826ba6587acfa4b03948
      
https://github.com/jenkinsci/git-client-plugin/commit/5355a26cfc138b9d5d48826ba6587acfa4b03948
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M src/test/java/hudson/plugins/git/BranchTest.java

  Log Message:
  -----------
  Clarify use of remote branch name in BranchTest


  Commit: fd50976e33014fb3160f53cdc7d955e4b946207a
      
https://github.com/jenkinsci/git-client-plugin/commit/fd50976e33014fb3160f53cdc7d955e4b946207a
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Use default branch name constant in the test


  Commit: 0866b89dc8cb46300f081058e8ec7cddea0181fb
      
https://github.com/jenkinsci/git-client-plugin/commit/0866b89dc8cb46300f081058e8ec7cddea0181fb
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

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

  Log Message:
  -----------
  Use default branch name constant in test


  Commit: d5eece63dedb4e7427a4be5f3d6c0dffd57c9792
      
https://github.com/jenkinsci/git-client-plugin/commit/d5eece63dedb4e7427a4be5f3d6c0dffd57c9792
  Author: Mark Waite <[email protected]>
  Date:   2021-05-08 (Sat, 08 May 2021)

  Changed paths:
    M CHANGELOG.adoc
    M src/main/java/hudson/plugins/git/IGitAPI.java
    M 
src/main/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImpl.java
    M src/test/java/hudson/plugins/git/BranchTest.java
    M src/test/java/jmh/benchmark/GitClientRedundantFetchBenchmark.java
    M src/test/java/org/jenkinsci/plugins/gitclient/CredentialsTest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITest.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitClientSecurityTest.java
    M 
src/test/java/org/jenkinsci/plugins/gitclient/LegacyCompatibleGitAPIImplTest.java

  Log Message:
  -----------
  Merge pull request #703 from MarkEWaite/improve-terminology

Improve terminology


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/9f25884c24a2...d5eece63dedb

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-client-plugin/push/refs/heads/master/9f2588-d5eece%40github.com.

Reply via email to