Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 2cf7ef7ccb017c17f2d9ee1f470463f1b536c25b
      
https://github.com/jenkinsci/git-plugin/commit/2cf7ef7ccb017c17f2d9ee1f470463f1b536c25b
  Author: Mark Waite <[email protected]>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
    M src/main/java/jenkins/plugins/git/GitToolChooser.java
    M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  -----------
  [JENKINS-63541] Don't create empty dirs in chooser

The git plugin previously created an empty directory in the
$JENKINS_HOME/caches directory for any repository URL that it checked for
size. Those empty directories are not likely to use too much disc space,
but a large installation that clones many different repositories will
have many empty directories in the caches directory.

Provides a new getCacheDir API that returns null if the directory does
not already exist.


  Commit: 3121391b9f8abc88571a5af2176f431e7d95f782
      
https://github.com/jenkinsci/git-plugin/commit/3121391b9f8abc88571a5af2176f431e7d95f782
  Author: Mark Waite <[email protected]>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
    M src/main/java/jenkins/plugins/git/GitToolChooser.java
    M src/test/java/jenkins/plugins/git/GitToolChooserTest.java

  Log Message:
  -----------
  Merge pull request #948 from MarkEWaite/no-empty-dirs-on-cache-lookup

[JENKINS-63541] Don't create empty dirs in chooser


Compare: 
https://github.com/jenkinsci/git-plugin/compare/6745835c2271...3121391b9f8a

-- 
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-plugin/push/refs/heads/master/674583-312139%40github.com.

Reply via email to