Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-plugin
  Commit: d2b3b9d7c4ac6a80fc9c8f962eb60fbf5428116c
      
https://github.com/jenkinsci/git-plugin/commit/d2b3b9d7c4ac6a80fc9c8f962eb60fbf5428116c
  Author: Darin Broady <[email protected]>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCMBackwardCompatibility.java
    M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
    M 
src/main/resources/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy
    A 
src/main/resources/hudson/plugins/git/extensions/impl/SubmoduleOption/help-trackingSubmodules.html

  Log Message:
  -----------
  Enable use of trackingSubmodules

trackingSubmodules were introduced in v1.8.2 of GIT as a way to always
track the tip of the branch you are interested in for a submodule.  This
is turned on via the --remote switch to 'git submodule update'.  This
allows you to always stay up to date (--remote) or to just use the
specific SHA-1 you last downloaded (no --remote).

So, we now surface this new feature in the UI.  It requires corresponding
changes to the git-client-plugin (Pull request 122) for this to compile.


  Commit: fbefa3418c5ffb8f0b84740ca42e4a16f7da6cdc
      
https://github.com/jenkinsci/git-plugin/commit/fbefa3418c5ffb8f0b84740ca42e4a16f7da6cdc
  Author: Darin Broady <[email protected]>
  Date:   2014-03-20 (Thu, 20 Mar 2014)

  Changed paths:
    M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java

  Log Message:
  -----------
  Use SubmoduleUpdateCommand

The SubmoduleUpdateCommand pattern allows for easier understanding of what each
of the parameters means.


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

  Changed paths:
    M src/main/java/hudson/plugins/git/GitSCMBackwardCompatibility.java
    M src/main/java/hudson/plugins/git/extensions/impl/SubmoduleOption.java
    M 
src/main/resources/hudson/plugins/git/extensions/impl/SubmoduleOption/config.groovy
    A 
src/main/resources/hudson/plugins/git/extensions/impl/SubmoduleOption/help-trackingSubmodules.html

  Log Message:
  -----------
  Merge pull request #214 from dbroady1/trackingSubmodules

Add tracking submodules option


Compare: 
https://github.com/jenkinsci/git-plugin/compare/527ce365c395...a07ba7c24b89

-- 
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