openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
G
git-client-plugin
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 21 hours
ago. based on code collected
about 21 hours
ago.
Feb 26, 2025 — Feb 26, 2026
Showing page 127 of 129
Search / Filter on:
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)
Jesse Glick
More...
almost 13 years ago
[maven-release-plugin] prepare for next development iteration
Kohsuke Kawaguchi
More...
almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.6
Kohsuke Kawaguchi
More...
almost 13 years ago
Resurrected the checkoutBranch method.
Kohsuke Kawaguchi
More...
almost 13 years ago
fixed a bit of inefficiency
Kohsuke Kawaguchi
More...
almost 13 years ago
Merge pull request #11 from MarkEWaite/master-JENKINS-11177
Nicolas De loof
More...
almost 13 years ago
Confirm revParse handles ambiguous output - JENKINS-11177
Mark Waite
More...
almost 13 years ago
Merge pull request #10 from iosphere/multi-line-git-tag-message
Nicolas De loof
More...
almost 13 years ago
Support multi-line commit messages for tags in the CLI implementation.
Christopher Orr
More...
almost 13 years ago
Merge pull request #9 from lanfeust69/master
Nicolas De loof
More...
almost 13 years ago
Merge pull request #8 from jlabanca/jlabanca/less-verbose
Nicolas De loof
More...
almost 13 years ago
Handle merge failure
Jean-Jacques Lafay
More...
almost 13 years ago
Silencing the list of remote branches so it doesn't spam the console log.
John LaBanca
More...
almost 13 years ago
[maven-release-plugin] prepare for next development iteration
Nicolas De Loof
More...
almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.5
Nicolas De Loof
More...
almost 13 years ago
use git-cli as default implementation JGit introduces a bunch of regressions
Nicolas De Loof
More...
almost 13 years ago
[JENKINS-16993] Use "git log" to determine changed files.
Nick Holloway
More...
almost 13 years ago
[maven-release-plugin] prepare for next development iteration
Nicolas De Loof
More...
almost 13 years ago
[maven-release-plugin] prepare release git-client-1.0.4
Nicolas De Loof
More...
almost 13 years ago
use JGit Commands for checkout(ref) and push()
Nicolas De Loof
More...
almost 13 years ago
force deleteBranch to delete un-merged branches
Nicolas De Loof
More...
almost 13 years ago
tag to forceUpdate, so existing tag is moved
Nicolas De Loof
More...
almost 13 years ago
throw GitException when revParse fails to resolve revision parameter to ensure full backward compatibility
Nicolas De Loof
More...
almost 13 years ago
implement addSubmodule let checkout() support tag/branch as ref string
Nicolas De Loof
More...
almost 13 years ago
explicit possible null value for checkout reference
Nicolas De Loof
More...
almost 13 years ago
implement getTagNames using JGit
Nicolas De Loof
More...
almost 13 years ago
commit time is set via committer PersonIdent, so wrap committer to set commit time to current date
Nicolas De Loof
More...
almost 13 years ago
introduce method to commit, passing author/committer
Nicolas De Loof
More...
almost 13 years ago
fix recursive invocation (can't use "this" as delegate)
Nicolas De Loof
More...
almost 13 years ago
getInstallation <-> getDefaultInstallation cycle
Nicolas De Loof
More...
almost 13 years ago
←
1
2
…
121
122
123
124
125
126
127
128
129
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree