Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/bazaar-plugin
  Commit: e0716f468b9ebbede3c21ae485cc23bf2c177704
      
https://github.com/jenkinsci/bazaar-plugin/commit/e0716f468b9ebbede3c21ae485cc23bf2c177704
  Author: Harald Sitter <[email protected]>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  fix indentation


  Commit: 6b888368a7adcfffbc77ce41c42242e24a1b57bf
      
https://github.com/jenkinsci/bazaar-plugin/commit/6b888368a7adcfffbc77ce41c42242e24a1b57bf
  Author: Harald Sitter <[email protected]>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  add some brackets to a rather longish if-else

improves readability I should think


  Commit: b869ba85aac5423d548a8207128a7720b24e869d
      
https://github.com/jenkinsci/bazaar-plugin/commit/b869ba85aac5423d548a8207128a7720b24e869d
  Author: Harald Sitter <[email protected]>
  Date:   2016-12-22 (Thu, 22 Dec 2016)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  prevent nullptrexceptions from accessing baseline when polling

baseline is a previous revision generated by one of our functions, if that
came out empty, or the job plugin has a bug, or the data got corrupted it
may be null. to prevent exceptions in this case, simply check for nullness
before accessing the object.

when baseline is null we always indicate a significant change.


  Commit: f21bdd5cc6f166f38d7299646b88ad9a70ec4a87
      
https://github.com/jenkinsci/bazaar-plugin/commit/f21bdd5cc6f166f38d7299646b88ad9a70ec4a87
  Author: Stewart Smith <[email protected]>
  Date:   2016-12-24 (Sat, 24 Dec 2016)

  Changed paths:
    M src/main/java/hudson/plugins/bazaar/BazaarSCM.java

  Log Message:
  -----------
  Merge pull request #13 from apachelogger/null-baseline

Null baseline


Compare: 
https://github.com/jenkinsci/bazaar-plugin/compare/32d4064d76f1...f21bdd5cc6f1

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