Branch: refs/heads/JENKINS-14026
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: 13c2b08009fce7273051739acae19cfaa4d76b17
      
https://github.com/jenkinsci/git-plugin/commit/13c2b08009fce7273051739acae19cfaa4d76b17
  Author: Vincent Latombe <[email protected]>
  Date:   2014-01-09 (Thu, 09 Jan 2014)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCM.java
    M src/test/java/hudson/plugins/git/GitSCMTest.java

  Log Message:
  -----------
  [FIXED JENKINS-14026] git plugin doesn't support branch name contains
slash ("/")

The main issue is to determine whether an input containing a slash is a
qualified branch (remote followed by branch name) or a branch name on
which the remote name needs to be prepended.

When there is only one remote involved, that can be solved by prepending
the remote name to the branch name if the branch name doesn't already
start with the remote name.

Note : This commit doesn't cover cases where the given branch name is a
pattern


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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/groups/opt_out.

Reply via email to