|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Stephan Pauxberger
Path:
src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
http://jenkins-ci.org/commit/git-client-plugin/b96e07e74679e5752a533a089cd46b1876d7ea46
Log:
JENKINS-25444 CliGit implementation of fetch/deleteBranch does remove
open changes, JGit does not
Created testcase, perform a reset --hard in case of ref checkout an
branch with delete checkout to simulate CLI behaviour.