Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 1c9c929b261d9344a21fc3bd23d10adcdb2c533f
https://github.com/jenkinsci/git-plugin/commit/1c9c929b261d9344a21fc3bd23d10adcdb2c533f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitAPI.java
Log Message:
-----------
as long as you have the chaining right, no need to re-print nested
getMessage(), especially if you are catching every Exception
Commit: bc03627adc4cd0168b1d97773903eb0cf79c89aa
https://github.com/jenkinsci/git-plugin/commit/bc03627adc4cd0168b1d97773903eb0cf79c89aa
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
log message of a questionable value, in particular channel.toString()
Commit: adb59fba0f5eb5dcf3067a859bf2a6527b2179fe
https://github.com/jenkinsci/git-plugin/commit/adb59fba0f5eb5dcf3067a859bf2a6527b2179fe
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M src/main/java/hudson/plugins/git/util/BuildChooser.java
Log Message:
-----------
doc improvement
Commit: 4b56e1a4f72b002ad6c1d0490a650cd859593e81
https://github.com/jenkinsci/git-plugin/commit/4b56e1a4f72b002ad6c1d0490a650cd859593e81
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M pom.xml
Log Message:
-----------
Bumping up the dependency to fix cyclic dependencies.
This could be a problem on my local environment but this worked, so I'm
committing it. 1.424 is previous LTS, too.
Commit: f198606c2c14d76e3ecf44e8c81556574522628b
https://github.com/jenkinsci/git-plugin/commit/f198606c2c14d76e3ecf44e8c81556574522628b
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/util/BuildChooser.java
A src/main/java/hudson/plugins/git/util/BuildChooserContext.java
M src/test/java/hudson/plugins/git/GitSCMTest.java
Log Message:
-----------
Added a mechanism for BuildChooser to call back the master.
Compare: https://github.com/jenkinsci/git-plugin/compare/f86de34...f198606