|
||||||||
|
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: Mark Waite
Path:
src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java
http://jenkins-ci.org/commit/git-client-plugin/8cf777a5a5992007f188586bf049f417e94976fa
Log:
Confirm [FIXED JENKINS-8122] tags from submodules do not "leak" into parent repo
Unit test clones a repository with submodules, updates those
submodules, and compares the list of tags in the submodules with the
list of tags in the root repository.