[JIRA] (JENKINS-37794) JGit filter tags with "/" in their name

2016-08-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37794  
 
 
  JGit filter tags with "/" in their name   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 

  
 
 
 
 

 
 As discussed in JENKINS-37635, there is a difference between the JGit and the native git implementation  of getTagNames() :Take this demo repository as example: https://github.com/klimas7/Learn It contains 3 tags: {{v1.0.0}}, {{release/v.1.0.0}} and {{release-tags/v.1.0.0}}Depending on the git client used (JGit or native git) the results are not the same. JGit only find {{v1.0.0}}.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37794) JGit filter tags with "/" in their name

2016-08-30 Thread mark.earl.wa...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Mark Waite assigned an issue to Unassigned  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37794  
 
 
  JGit filter tags with "/" in their name   
 

  
 
 
 
 

 
Change By: 
 Mark Waite  
 
 
Assignee: 
 Mark Waite  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-37794) JGit filter tags with "/" in their name

2016-08-29 Thread d...@jmini.fr (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jeremie Bresson created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-37794  
 
 
  JGit filter tags with "/" in their name   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Mark Waite  
 
 
Components: 
 git-client-plugin  
 
 
Created: 
 2016/Aug/30 5:24 AM  
 
 
Priority: 
  Major  
 
 
Reporter: 
 Jeremie Bresson  
 

  
 
 
 
 

 
 As discussed in JENKINS-37635, there is a difference between the JGit and the native git implementation: Take this demo repository as example: https://github.com/klimas7/Learn It contains 3 tags: v1.0.0, release/v.1.0.0 and release-tags/v.1.0.0 Depending on the git client used (JGit or native git) the results are not the same. JGit only find v1.0.0.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment