Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: git-client-plugin
Created: 05/Nov/14 10:19 AM
Description:

Git plugin calls fetch with branch always with deleteBranchIfExists, which in case of CliGit results in the call of

launchCommand("checkout", "-f", ref);

which in turn throws away all local modifications and leaves a clean status.

JGit, however simply (re)sets the reference of refs/heads/<branch> and does a normal checkout, which leaves changes open.

Project: Jenkins
Priority: Major Major
Reporter: Stephan Pauxberger
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.

Reply via email to