Community
Participate
Working Groups
Build Identifier: Commit-ID e0a9961b781db240d71190dece2fd2c70ea79765 In the class CreateBranchCommand the prefix refs/heads/ is automatically added to the name of the new branch. This shouldn't be done, if the supplied name for the new branch already starts with refs/heads/, i.e. it was manually typed in like in EGit or other tools, that use JGit. Reproducible: Always Steps to Reproduce: 1. Set the name for the new branch as refs/heads/newname 2. 3.
Created attachment 184540 [details] Patch for adding the Refs-Prefix
Hi Manuel, can you contribute this patch and test case via Gerrit? http://wiki.eclipse.org/EGit/Contributor_Guide#Contributing_Patches
Ok, i submitted this via Gerrit.