Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
devconsoft
/
git-plugin
Public
forked from
jenkinsci/git-plugin
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
jgit
User selector
All users
All time
Commit history
Commits on Feb 16, 2013
use JGit by default
ndeloof
committed
6336dc5
View commit details
Copy full SHA for 6336dc5
Browse repository at this point
use CLI GitAPI Implementation by default
Show description for 98555f5
ndeloof
committed
98555f5
View commit details
Copy full SHA for 98555f5
Browse repository at this point
simplify GitAPI.push() to only support remoteName
ndeloof
committed
b76e8ce
View commit details
Copy full SHA for b76e8ce
Browse repository at this point
upgrade JGit
Show description for 69f9477
ndeloof
committed
69f9477
View commit details
Copy full SHA for 69f9477
Browse repository at this point
run unit tests against both CliGit and JGit API Impl
ndeloof
committed
a51ac37
View commit details
Copy full SHA for a51ac37
Browse repository at this point
document showRevision as API method
ndeloof
committed
be2630e
View commit details
Copy full SHA for be2630e
Browse repository at this point
move git-plugin specific checkout logic (delete local branch then re-create) into GitSCM
ndeloof
committed
d36b513
View commit details
Copy full SHA for d36b513
Browse repository at this point
some more IGitAPI cleanup and unit test coverage
Show description for cd6ab06
ndeloof
committed
cd6ab06
View commit details
Copy full SHA for cd6ab06
Browse repository at this point
Commits on Feb 15, 2013
GitAPI cleanup + unit test coverage
ndeloof
committed
b6ba22c
View commit details
Copy full SHA for b6ba22c
Browse repository at this point
use ObjectId to specify commit references
Show description for f364c11
ndeloof
committed
f364c11
View commit details
Copy full SHA for f364c11
Browse repository at this point
dead code
ndeloof
committed
b4fa6ef
View commit details
Copy full SHA for b4fa6ef
Browse repository at this point
Commits on Feb 14, 2013
use JGit commands to implement generic git operations
ndeloof
committed
a60b03f
View commit details
Copy full SHA for a60b03f
Browse repository at this point
remove getGitExe() from IGitAPI
Show description for 0728e38
ndeloof
committed
0728e38
View commit details
Copy full SHA for 0728e38
Browse repository at this point
Commits on Feb 13, 2013
implement add() and commit() using JGit
ndeloof
committed
67d692a
View commit details
Copy full SHA for 67d692a
Browse repository at this point
implement "checkout" using JGit
ndeloof
committed
aa793c8
View commit details
Copy full SHA for aa793c8
Browse repository at this point
replace CLI GitAPI Implementatoin by alternate JGitAPIImpl
ndeloof
committed
64af8cf
View commit details
Copy full SHA for 64af8cf
Browse repository at this point
Commits on Feb 11, 2013
Merge pull request #129 from cjo9900/JENKINS-15160-2
Show description for 1349eab
ndeloof
committed
1349eab
View commit details
Copy full SHA for 1349eab
Browse repository at this point
[FIXED JENKINS-15160] Pass combineCommits to action
cjo9900
committed
951517c
View commit details
Copy full SHA for 951517c
Browse repository at this point
Commits on Feb 3, 2013
Merge pull request #127 from tombevers/update-git-logo
Show description for c72b832
ndeloof
committed
c72b832
View commit details
Copy full SHA for c72b832
Browse repository at this point
Update the Git logo icons
tombevers
committed
ab96e04
View commit details
Copy full SHA for ab96e04
Browse repository at this point
Commits on Feb 2, 2013
remove FilePath from GitAPI, just local File
Show description for dc80c2d
ndeloof
committed
dc80c2d
View commit details
Copy full SHA for dc80c2d
Browse repository at this point
Commits on Jan 30, 2013
Set compiler source/target to 1.5 for Maven
gliptak
committed
3c8cc4a
View commit details
Copy full SHA for 3c8cc4a
Browse repository at this point
Commits on Jan 29, 2013
Set java source/target to 1.6 for maven
gliptak
committed
1935f5c
View commit details
Copy full SHA for 1935f5c
Browse repository at this point
Merge pull request #123 from richtmat/master
Show description for dcd4f2c
ndeloof
committed
dcd4f2c
View commit details
Copy full SHA for dcd4f2c
Browse repository at this point
Commits on Jan 28, 2013
add email address properly if already known
richtmat
committed
ff2b7e9
View commit details
Copy full SHA for ff2b7e9
Browse repository at this point
Commits on Jan 24, 2013
removed exception handling
Show description for 8df00f9
richtmat
committed
8df00f9
View commit details
Copy full SHA for 8df00f9
Browse repository at this point
finally returning flag value instead of false
Matthias Richter
committed
5d8b1c4
View commit details
Copy full SHA for 5d8b1c4
Browse repository at this point
added null check
Matthias Richter
committed
4255d9a
View commit details
Copy full SHA for 4255d9a
Browse repository at this point
Commits on Jan 23, 2013
FIXED - JENKINS-16453
Matthias Richter
committed
608e6f7
View commit details
Copy full SHA for 608e6f7
Browse repository at this point
Commits on Jan 19, 2013
Merge pull request #122 from MarkEWaite/master
Show description for a0b9699
ndeloof
committed
a0b9699
View commit details
Copy full SHA for a0b9699
Browse repository at this point
Avoid some calls to "git show" in isRevExcluded
Show description for 81f432e
Mark Waite
committed
81f432e
View commit details
Copy full SHA for 81f432e
Browse repository at this point
Commits on Jan 16, 2013
Merge pull request #120 from lruslan/master
Show description for 37a77b4
ndeloof
committed
37a77b4
View commit details
Copy full SHA for 37a77b4
Browse repository at this point
set changeSet.kind to "git"
lruslan
committed
b87ef72
View commit details
Copy full SHA for b87ef72
Browse repository at this point
Commits on Jan 14, 2013
Typo in connection from 85475fd broke plugin-compat-tester.
jglick
committed
b92372d
View commit details
Copy full SHA for b92372d
Browse repository at this point
Commits on Dec 19, 2012
Merge pull request #115 from thesam/jenkins15235
Show description for 442eecd
ndeloof
committed
442eecd
View commit details
Copy full SHA for 442eecd
Browse repository at this point
Previous
Next
You can’t perform that action at this time.