1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Exception when trying to use Git plugin immediately after installing without restart. selected Git installation does not exists. Using Default FATAL: 0 java.lang.ArrayIndexOutOfBoundsException: 0 at hudson.plugins.git.GitTool.getDefaultInstallation(GitTool.java:61) at hudson.plugins.git.GitSCM.resolveGitTool(GitSCM.java:824) at hudson.plugins.git.GitSCM.getGitExe(GitSCM.java:837) at hudson.plugins.git.GitSCM.getGitExe(GitSCM.java:830) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1095) at hudson.model.AbstractProject.checkout(AbstractProject.java:1369) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:676) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:581) at hudson.model.Run.execute(Run.java:1576) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:486) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:241) More... almost 13 years ago
[maven-release-plugin] prepare for next development iteration More... almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.6 More... almost 13 years ago
Resurrected the checkoutBranch method. More... almost 13 years ago
fixed a bit of inefficiency More... almost 13 years ago
Merge pull request #11 from MarkEWaite/master-JENKINS-11177 More... almost 13 years ago
Confirm revParse handles ambiguous output - JENKINS-11177 More... almost 13 years ago
Merge pull request #10 from iosphere/multi-line-git-tag-message More... almost 13 years ago
Support multi-line commit messages for tags in the CLI implementation. More... almost 13 years ago
Merge pull request #9 from lanfeust69/master More... almost 13 years ago
Merge pull request #8 from jlabanca/jlabanca/less-verbose More... almost 13 years ago
Handle merge failure More... almost 13 years ago
Silencing the list of remote branches so it doesn't spam the console log. More... almost 13 years ago
[maven-release-plugin] prepare for next development iteration More... almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.5 More... almost 13 years ago
use git-cli as default implementation JGit introduces a bunch of regressions More... almost 13 years ago
[JENKINS-16993] Use "git log" to determine changed files. More... almost 13 years ago
[maven-release-plugin] prepare for next development iteration More... almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.4 More... almost 13 years ago
use JGit Commands for checkout(ref) and push() More... almost 13 years ago
force deleteBranch to delete un-merged branches More... almost 13 years ago
tag to forceUpdate, so existing tag is moved More... almost 13 years ago
throw GitException when revParse fails to resolve revision parameter to ensure full backward compatibility More... almost 13 years ago
implement addSubmodule let checkout() support tag/branch as ref string More... almost 13 years ago
explicit possible null value for checkout reference More... almost 13 years ago
implement getTagNames using JGit More... almost 13 years ago
commit time is set via committer PersonIdent, so wrap committer to set commit time to current date More... almost 13 years ago
introduce method to commit, passing author/committer More... almost 13 years ago
fix recursive invocation (can't use "this" as delegate) More... almost 13 years ago
getInstallation <-> getDefaultInstallation cycle More... almost 13 years ago