Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 25877c6c7a96e992698ecb8c7dad8c4973cc4ec4
      
https://github.com/jenkinsci/git-client-plugin/commit/25877c6c7a96e992698ecb8c7dad8c4973cc4ec4
  Author: Darin Broady <[email protected]>
  Date:   2014-04-04 (Fri, 04 Apr 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/SubmoduleUpdateCommand.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Switch branch of a submodule before update

This feature allows a project to switch the branch of submodule before
the update occurs so that they can test it with the new code of that
submodule's branch.  This is useful if need to build your main project
with 2+ different versions of the submodule, but don't want to setup
different Jenkins projects to do the different submodule builds.


  Commit: bcd6e9a0ac91a734928efb94021b10cad3403d24
      
https://github.com/jenkinsci/git-client-plugin/commit/bcd6e9a0ac91a734928efb94021b10cad3403d24
  Author: Darin Broady <[email protected]>
  Date:   2014-04-07 (Mon, 07 Apr 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java

  Log Message:
  -----------
  Switch from Hashtable to HashMap

Per Mark Waite's suggestion, switching from Hashtable to HashMap so that
we don't incur the synchronization costs inherent in Hashtable, since we
don't need it.


  Commit: b3f1c1ce9502ab4ab88fde269b1c83f86a0315d6
      
https://github.com/jenkinsci/git-client-plugin/commit/b3f1c1ce9502ab4ab88fde269b1c83f86a0315d6
  Author: Mark Waite <[email protected]>
  Date:   2014-04-14 (Mon, 14 Apr 2014)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/JGitAPIImpl.java
    M src/main/java/org/jenkinsci/plugins/gitclient/SubmoduleUpdateCommand.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge pull request #128 from dbroady1/specificSubmoduleBranch

Switch branch of a submodule before update


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/66c9eb279dff...b3f1c1ce9502

-- 
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/d/optout.

Reply via email to