Branch: refs/heads/disablehooks Home: https://github.com/jenkinsci/git-plugin
Commit: 14e5fd93ab572f38ff14513e1507db36bca3bc7f https://github.com/jenkinsci/git-plugin/commit/14e5fd93ab572f38ff14513e1507db36bca3bc7f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Bump plugin from 4.39 to 4.40 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.39 to 4.40. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.39...plugin-4.40) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: eaf6b1f7e7afb3d327f30635ae8a781e9601973d https://github.com/jenkinsci/git-plugin/commit/eaf6b1f7e7afb3d327f30635ae8a781e9601973d Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Remove java.level Commit: 1435a5ec0941a1f79386e55384d6e6fed7ea59a6 https://github.com/jenkinsci/git-plugin/commit/1435a5ec0941a1f79386e55384d6e6fed7ea59a6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1248 from jenkinsci/dependabot/maven/master/org.jenkins-ci.plugins-plugin-4.40 Commit: a9419f15eba6cb8bdcf89beecc6a162d01e35fa4 https://github.com/jenkinsci/git-plugin/commit/a9419f15eba6cb8bdcf89beecc6a162d01e35fa4 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-05 (Tue, 05 Apr 2022) Changed paths: M Jenkinsfile Log Message: ----------- Test with Java 17 in addition to Java 11 and Java 8 Commit: 7686620ea182b6cb870af63782a30f16e8073a81 https://github.com/jenkinsci/git-plugin/commit/7686620ea182b6cb870af63782a30f16e8073a81 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-06 (Wed, 06 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Remove argLine override to fix Java 17 build Basil explained: > [You are] overriding the <argLine> from the plugin parent POM in your > plugin POM. This override is not extending the original value but > replacing it, just as overriding a method in a subclass without calling > super() in Java code would replace the original method rather than > extend it. As of 4.39 this meant that your plugin was blanking out the > -Xms, -Xmx, -XX:HeapDumpOnOutOfMemoryError, -XX:TieredCompilation, and > -XX:TieredStopAtLevel settings from the plugin parent POM – incorrect, > but harmless. As of 4.40, this means your plugin is blanking out the > @{jenkins.addOpens} and @{jenkins.insaneHook} settings from the plugin > parent POM – incorrect, and harmful when running on Java 17. Nice improvement to remove an unhelpful setting. Commit: c8e4e1f554362bbe65d2f1199a7341608871db77 https://github.com/jenkinsci/git-plugin/commit/c8e4e1f554362bbe65d2f1199a7341608871db77 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-06 (Wed, 06 Apr 2022) Changed paths: M Jenkinsfile Log Message: ----------- Actually test Java 17 Earlier change did not actually test Java 17. Commit: e711ad8974458f80573223b0e13a05b7bcf8d2eb https://github.com/jenkinsci/git-plugin/commit/e711ad8974458f80573223b0e13a05b7bcf8d2eb Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-06 (Wed, 06 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Remove unused source encoding setting Commit: 6b8a31958cd4879cb105accd4385316a9260f6a5 https://github.com/jenkinsci/git-plugin/commit/6b8a31958cd4879cb105accd4385316a9260f6a5 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-06 (Wed, 06 Apr 2022) Changed paths: M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java Log Message: ----------- Remove h3 from javadoc Java 17 does not accept it Commit: 4d91d24217af47ea7df46583507e16cbda39260f https://github.com/jenkinsci/git-plugin/commit/4d91d24217af47ea7df46583507e16cbda39260f Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-06 (Wed, 06 Apr 2022) Changed paths: M Jenkinsfile M pom.xml M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java Log Message: ----------- Merge pull request #1249 from MarkEWaite/test-java-17 Test with Java 17 in addition to Java 11 and Java 8 Commit: 5e3447468ec05ec10fde6b4b6808bf681756b1d8 https://github.com/jenkinsci/git-plugin/commit/5e3447468ec05ec10fde6b4b6808bf681756b1d8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-08 (Fri, 08 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotless-maven-plugin from 2.22.0 to 2.22.1 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.0 to 2.22.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.22.0...lib/2.22.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: 702bd5c8422a46509e1552bcf19e8b3c31ca336c https://github.com/jenkinsci/git-plugin/commit/702bd5c8422a46509e1552bcf19e8b3c31ca336c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-08 (Fri, 08 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1250 from jenkinsci/dependabot/maven/master/com.diffplug.spotless-spotless-maven-plugin-2.22.1 Commit: 5b8a22609f60776e0b2b38189d0f6ad46070c42d https://github.com/jenkinsci/git-plugin/commit/5b8a22609f60776e0b2b38189d0f6ad46070c42d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-22 (Fri, 22 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Bump promoted-builds from 3.9.1 to 3.10.1 Bumps [promoted-builds](https://github.com/jenkinsci/promoted-builds-plugin) from 3.9.1 to 3.10.1. - [Release notes](https://github.com/jenkinsci/promoted-builds-plugin/releases) - [Changelog](https://github.com/jenkinsci/promoted-builds-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/promoted-builds-plugin/compare/promoted-builds-3.9.1...promoted-builds-3.10.1) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:promoted-builds dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: 3f62c0de2a4f19132abf932223c1d2b12d21a884 https://github.com/jenkinsci/git-plugin/commit/3f62c0de2a4f19132abf932223c1d2b12d21a884 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-23 (Sat, 23 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1254 from jenkinsci/dependabot/maven/org.jenkins-ci.plugins-promoted-builds-3.10.1 Commit: 23b2654cc6de0d6dc8d5ef0e77dd545502ecfe0c https://github.com/jenkinsci/git-plugin/commit/23b2654cc6de0d6dc8d5ef0e77dd545502ecfe0c Author: Basil Crow <m...@basilcrow.com> Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M src/test/java/jenkins/plugins/git/GlobalLibraryWithModernJCasCCompatibilityTest.java Log Message: ----------- Work around JENKINS-67309 Commit: b3e5a8f3202ac843018967b685915c9133153e95 https://github.com/jenkinsci/git-plugin/commit/b3e5a8f3202ac843018967b685915c9133153e95 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M src/test/java/jenkins/plugins/git/GlobalLibraryWithModernJCasCCompatibilityTest.java Log Message: ----------- Merge pull request #1255 from basil/JENKINS-67309 Work around JENKINS-67309 Commit: 8d93ac3e1141c3e3f645569be9cfaa0cc9d61b62 https://github.com/jenkinsci/git-plugin/commit/8d93ac3e1141c3e3f645569be9cfaa0cc9d61b62 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release git-4.11.1 Commit: 78819594499ae522e59eecb83ef36753c8891f88 https://github.com/jenkinsci/git-plugin/commit/78819594499ae522e59eecb83ef36753c8891f88 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-04-24 (Sun, 24 Apr 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: ca4f4bd01cc39367263e0a7348381665f6b1d2b2 https://github.com/jenkinsci/git-plugin/commit/ca4f4bd01cc39367263e0a7348381665f6b1d2b2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-25 (Mon, 25 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotless-maven-plugin from 2.22.1 to 2.22.2 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.1 to 2.22.2. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.22.1...lib/2.22.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: dc9949695026c968b6e090a922f0d3e565e1de18 https://github.com/jenkinsci/git-plugin/commit/dc9949695026c968b6e090a922f0d3e565e1de18 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-04-25 (Mon, 25 Apr 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1257 from jenkinsci/dependabot/maven/master/com.diffplug.spotless-spotless-maven-plugin-2.22.2 Commit: 840327c75790870bef36cd84608e8d68767affac https://github.com/jenkinsci/git-plugin/commit/840327c75790870bef36cd84608e8d68767affac Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotless-maven-plugin from 2.22.2 to 2.22.3 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.2 to 2.22.3. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/lib/2.22.2...maven/2.22.3) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: 22c1a0fd6a92a7c302809e7f2c265274da0215be https://github.com/jenkinsci/git-plugin/commit/22c1a0fd6a92a7c302809e7f2c265274da0215be Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-02 (Mon, 02 May 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1258 from jenkinsci/dependabot/maven/master/com.diffplug.spotless-spotless-maven-plugin-2.22.3 Commit: a0708c615ba1c584374056cc25e30508fc19b5e9 https://github.com/jenkinsci/git-plugin/commit/a0708c615ba1c584374056cc25e30508fc19b5e9 Author: Dmitry_Platonov <platonov...@gmail.com> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java A src/test/java/hudson/plugins/git/Security2478Test.java M src/test/java/hudson/plugins/git/extensions/GitSCMExtensionTest.java M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagPipelineTest.java M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java M src/test/java/org/jenkinsci/plugins/gittagmessage/AbstractGitTagMessageExtensionTest.java Log Message: ----------- “SECURITY-2478” Commit: b295606e0b865c298fde27bea14f9b7535a976e6 https://github.com/jenkinsci/git-plugin/commit/b295606e0b865c298fde27bea14f9b7535a976e6 Author: Dmitry_Platonov <platonov...@gmail.com> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java A src/test/java/hudson/plugins/git/Security2478Test.java M src/test/java/hudson/plugins/git/extensions/GitSCMExtensionTest.java M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagPipelineTest.java M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java M src/test/java/org/jenkinsci/plugins/gittagmessage/AbstractGitTagMessageExtensionTest.java Log Message: ----------- “SECURITY-2478” Commit: 6cfc2f8b7ad80a0a78e9c38648d28e02a4298ddd https://github.com/jenkinsci/git-plugin/commit/6cfc2f8b7ad80a0a78e9c38648d28e02a4298ddd Author: Dmitry_Platonov <platonov...@gmail.com> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release git-4.11.2 Commit: 2a53ff4d1e93125bab2edd1b37c70d7354f18c3b https://github.com/jenkinsci/git-plugin/commit/2a53ff4d1e93125bab2edd1b37c70d7354f18c3b Author: Dmitry_Platonov <platonov...@gmail.com> Date: 2022-05-04 (Wed, 04 May 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 3431568211d551c8d7d42d7ee16e1b2d614a1391 https://github.com/jenkinsci/git-plugin/commit/3431568211d551c8d7d42d7ee16e1b2d614a1391 Author: Pieter Ouwerkerk <pieter.ouwerk...@gmail.com> Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M README.adoc Log Message: ----------- Fix minor typo. Changes "expoand" to "expand". Commit: dc13b82284522d72d6133cfdc3a9dadf6ad9569b https://github.com/jenkinsci/git-plugin/commit/dc13b82284522d72d6133cfdc3a9dadf6ad9569b Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-06 (Fri, 06 May 2022) Changed paths: M README.adoc Log Message: ----------- Merge pull request #1260 from pouwerkerk/master Fix minor typo in documentation. Commit: 462dd44eae62107619e54981a423c78ef5484b19 https://github.com/jenkinsci/git-plugin/commit/462dd44eae62107619e54981a423c78ef5484b19 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotless-maven-plugin from 2.22.3 to 2.22.4 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.3 to 2.22.4. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.22.3...maven/2.22.4) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: 9895976eaa6d3cc81ea8e536cdbd29da87254289 https://github.com/jenkinsci/git-plugin/commit/9895976eaa6d3cc81ea8e536cdbd29da87254289 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotbugs-annotations from 4.6.0 to 4.7.0 Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.0. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: 802a82fae4e892f47925957c7684993699339137 https://github.com/jenkinsci/git-plugin/commit/802a82fae4e892f47925957c7684993699339137 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1261 from jenkinsci/dependabot/maven/master/com.diffplug.spotless-spotless-maven-plugin-2.22.4 Commit: dfb51403df9a4e876b6ecdbd1bc234d06b144adb https://github.com/jenkinsci/git-plugin/commit/dfb51403df9a4e876b6ecdbd1bc234d06b144adb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-09 (Mon, 09 May 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1263 from jenkinsci/dependabot/maven/master/com.github.spotbugs-spotbugs-annotations-4.7.0 Commit: ac19a6099ade86efc1bc062ee023c8fb0f6bcce7 https://github.com/jenkinsci/git-plugin/commit/ac19a6099ade86efc1bc062ee023c8fb0f6bcce7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-14 (Sat, 14 May 2022) Changed paths: M pom.xml Log Message: ----------- Bump spotless-maven-plugin from 2.22.4 to 2.22.5 Bumps [spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.22.4 to 2.22.5. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](https://github.com/diffplug/spotless/compare/maven/2.22.4...maven/2.22.5) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Commit: e4a38c68762cc567ffc782838a76d679a22f63f8 https://github.com/jenkinsci/git-plugin/commit/e4a38c68762cc567ffc782838a76d679a22f63f8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-05-16 (Mon, 16 May 2022) Changed paths: M pom.xml Log Message: ----------- Merge pull request #1269 from jenkinsci/dependabot/maven/master/com.diffplug.spotless-spotless-maven-plugin-2.22.5 Commit: aa42d69136b02f56bb667154f292b956c500d6d0 https://github.com/jenkinsci/git-plugin/commit/aa42d69136b02f56bb667154f292b956c500d6d0 Author: Devin Nusbaum <d.w.nusb...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- [JENKINS-68562] Fix Git checkouts for controllers running on Windows Commit: 4bbb10c21c34235638a4da80a305bb10587ac336 https://github.com/jenkinsci/git-plugin/commit/4bbb10c21c34235638a4da80a305bb10587ac336 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M pom.xml M src/main/java/hudson/plugins/git/GitSCM.java A src/test/java/hudson/plugins/git/Security2478Test.java M src/test/java/hudson/plugins/git/extensions/GitSCMExtensionTest.java M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagPipelineTest.java M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java M src/test/java/org/jenkinsci/plugins/gittagmessage/AbstractGitTagMessageExtensionTest.java Log Message: ----------- Merge pull request #1272 from jenkinsci/v4.11.x Merge back SECURITY-2478 fix into default branch Commit: 1ce443c6022759c55e8a9d0ffa1d748666fe004b https://github.com/jenkinsci/git-plugin/commit/1ce443c6022759c55e8a9d0ffa1d748666fe004b Author: Devin Nusbaum <d.w.nusb...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/test/java/hudson/plugins/git/GitSCMUnitTest.java Log Message: ----------- [JENKINS-68562] Add unit test for HTTPS remote URLs Commit: 83580ffd2395f587a2f2cbdec6e339c488a85843 https://github.com/jenkinsci/git-plugin/commit/83580ffd2395f587a2f2cbdec6e339c488a85843 Author: Devin Nusbaum <d.w.nusb...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java Log Message: ----------- [JENKINS-68562] Minor refactoring Commit: 4c498695c931655b129d45d4ca2d95fe5931c5a2 https://github.com/jenkinsci/git-plugin/commit/4c498695c931655b129d45d4ca2d95fe5931c5a2 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: Log Message: ----------- Merge remote-tracking branch 'security/master' Commit: 170f24f22c1e755dd6d824a066c93f293593ad5d https://github.com/jenkinsci/git-plugin/commit/170f24f22c1e755dd6d824a066c93f293593ad5d Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M src/main/java/hudson/plugins/git/GitSCM.java M src/test/java/hudson/plugins/git/GitSCMUnitTest.java Log Message: ----------- Merge pull request #1273 from dwnusbaum/JENKINS-68562 [JENKINS-68562] Fix Git checkouts for controllers running on Windows Commit: 7dd7758f2018f5fa1d6f9fd5d2b897551b1f3186 https://github.com/jenkinsci/git-plugin/commit/7dd7758f2018f5fa1d6f9fd5d2b897551b1f3186 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release git-4.11.3 Commit: 18577d14afa2d1fbf970c44f60fce426d083073b https://github.com/jenkinsci/git-plugin/commit/18577d14afa2d1fbf970c44f60fce426d083073b Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-17 (Tue, 17 May 2022) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: c55a6c02de0e0104f391244b0ffcff88ceae29ab https://github.com/jenkinsci/git-plugin/commit/c55a6c02de0e0104f391244b0ffcff88ceae29ab Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M README.adoc Log Message: ----------- Add heading for disable CLI git property The text has been there and a hyperlink to the text, but the text is not easy to find because it lacks a heading and is surrounded by other text that has headings. Commit: f58c4b5c0ea9bc97846ae3806017f651b188d227 https://github.com/jenkinsci/git-plugin/commit/f58c4b5c0ea9bc97846ae3806017f651b188d227 Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2022-05-18 (Wed, 18 May 2022) Changed paths: M README.adoc Log Message: ----------- Document the ALLOW_LOCAL_CHECKOUT escape hatch Commit: ecd3d1fbd0b3d8d6b53dff9b9772122e675ddab8 https://github.com/jenkinsci/git-plugin/commit/ecd3d1fbd0b3d8d6b53dff9b9772122e675ddab8 Author: rsandell <rsand...@cloudbees.com> Date: 2022-05-24 (Tue, 24 May 2022) Changed paths: M Jenkinsfile M README.adoc M pom.xml M src/main/java/hudson/plugins/git/GitSCM.java M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java M src/test/java/hudson/plugins/git/GitSCMUnitTest.java A src/test/java/hudson/plugins/git/Security2478Test.java M src/test/java/hudson/plugins/git/extensions/GitSCMExtensionTest.java M src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagPipelineTest.java M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java M src/test/java/jenkins/plugins/git/GlobalLibraryWithModernJCasCCompatibilityTest.java M src/test/java/org/jenkinsci/plugins/gittagmessage/AbstractGitTagMessageExtensionTest.java Log Message: ----------- Merge branch 'master' of github.com:jenkinsci/git-plugin into disablehooks Compare: https://github.com/jenkinsci/git-plugin/compare/8be7b004f976...ecd3d1fbd0b3 -- 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/disablehooks/8be7b0-ecd3d1%40github.com.