Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: f4fe7b09e262bef6ac943db9bac34954eb4dd1d3
      
https://github.com/jenkinsci/git-plugin/commit/f4fe7b09e262bef6ac943db9bac34954eb4dd1d3
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-06-18 (Thu, 18 Jun 2020)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/resources/hudson/plugins/git/GitSCM/global.jelly

  Log Message:
  -----------
  Add performance improvement option to GitSCM descriptor


  Commit: 2259d9a4dde3fd910373bcf158b4a7a9f7a5cf16
      
https://github.com/jenkinsci/git-plugin/commit/2259d9a4dde3fd910373bcf158b4a7a9f7a5cf16
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    R .dependabot/config.yml
    A .github/dependabot.yml
    M pom.xml
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
    M src/test/java/hudson/plugins/git/GitChangeSetTruncateTest.java
    M src/test/java/hudson/plugins/git/GitSCMTest.java
    M src/test/java/jenkins/plugins/git/AbstractGitSCMSourceTest.java
    M src/test/java/jenkins/plugins/git/GitSCMFileSystemTest.java

  Log Message:
  -----------
  Merge branch 'master' into add-performance-switch


  Commit: f2168cd4daee8753224a89090f0fea32219d73b5
      
https://github.com/jenkinsci/git-plugin/commit/f2168cd4daee8753224a89090f0fea32219d73b5
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M README.adoc

  Log Message:
  -----------
  Add documentation for opt-out switch called Preserve second fetch during 
checkout


  Commit: a3912a4a5ae710ebb10f80abfccf8c116dc38fed
      
https://github.com/jenkinsci/git-plugin/commit/a3912a4a5ae710ebb10f80abfccf8c116dc38fed
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/resources/hudson/plugins/git/GitSCM/global.jelly

  Log Message:
  -----------
  Add an "opt-out" global switch which retains the second fetch
With the latest fix on redundant fetch issue [JENKINS-49757], the
second fetch in the checkout step is avoided for cases where the
second fetch is not adding any new repository information to the
existing git repository.

Enabling this switch will allow the user to preserve the second
fetch and remedy any compatibility issues.


  Commit: 533fd5d33cdf45c2df4b7b9ef54372de7a1eac4c
      
https://github.com/jenkinsci/git-plugin/commit/533fd5d33cdf45c2df4b7b9ef54372de7a1eac4c
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

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

  Log Message:
  -----------
  Add an automated test case for retaining second fetch from global swithc


  Commit: a01665ec0d9c98dc5a0490a741c450b2e1d7010b
      
https://github.com/jenkinsci/git-plugin/commit/a01665ec0d9c98dc5a0490a741c450b2e1d7010b
  Author: Rishabh Budhouliya 
<31189405+rishabhbudhoul...@users.noreply.github.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M README.adoc

  Log Message:
  -----------
  Update README.adoc with a better message

Co-authored-by: Mark Waite <mark.earl.wa...@gmail.com>


  Commit: 2cbd0e0dc3059c9ea7ca881698d6a641ceb9a8b2
      
https://github.com/jenkinsci/git-plugin/commit/2cbd0e0dc3059c9ea7ca881698d6a641ceb9a8b2
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

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

  Log Message:
  -----------
  Undo whitespace change in GitSCM


  Commit: 10adb04e1165cc247c2f420a2388c29a6d2f37d4
      
https://github.com/jenkinsci/git-plugin/commit/10adb04e1165cc247c2f420a2388c29a6d2f37d4
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M README.adoc
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/resources/hudson/plugins/git/GitSCM/global.jelly
    M src/test/java/hudson/plugins/git/GitSCMTest.java

  Log Message:
  -----------
  Merge branch 'master' into add-performance-switch


  Commit: ed6bbb53729b670a489bb42b265264365e17341c
      
https://github.com/jenkinsci/git-plugin/commit/ed6bbb53729b670a489bb42b265264365e17341c
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

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

  Log Message:
  -----------
  Fix my merge error


  Commit: e06c68346ae3ec93f0b34077cc8c8edd6862c9af
      
https://github.com/jenkinsci/git-plugin/commit/e06c68346ae3ec93f0b34077cc8c8edd6862c9af
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/test/java/hudson/plugins/git/GitSCMTest.java

  Log Message:
  -----------
  Make allowSecondFetch consistent to fix UI persistence issue


  Commit: 63c4ebd0ee6b37e3cb56dd400ecabc99d98a11e9
      
https://github.com/jenkinsci/git-plugin/commit/63c4ebd0ee6b37e3cb56dd400ecabc99d98a11e9
  Author: Rishabh Budhouliya <rishabhbudhoul...@gmail.com>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

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

  Log Message:
  -----------
  Replace redundant fetch with second fetch


  Commit: 447fe5271687c4aef5714162065c76e0801b3239
      
https://github.com/jenkinsci/git-plugin/commit/447fe5271687c4aef5714162065c76e0801b3239
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2020-07-04 (Sat, 04 Jul 2020)

  Changed paths:
    M README.adoc
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/main/resources/hudson/plugins/git/GitSCM/global.jelly
    M src/test/java/hudson/plugins/git/GitSCMTest.java

  Log Message:
  -----------
  Merge pull request #927 from rishabhBudhouliya/add-performance-switch

Add an "opt-out" global switch to retain second fetch


Compare: 
https://github.com/jenkinsci/git-plugin/compare/06d8a41b1681...447fe5271687

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

Reply via email to