Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 014ae3b05c1b35a12f934c3d39e0aec1f7ec568a
      
https://github.com/jenkinsci/git-client-plugin/commit/014ae3b05c1b35a12f934c3d39e0aec1f7ec568a
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Added test for getHeadRev for branches with namespace


  Commit: 8c106e41fac4b928b3abaa524abe91d84c54072f
      
https://github.com/jenkinsci/git-client-plugin/commit/8c106e41fac4b928b3abaa524abe91d84c54072f
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

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

  Log Message:
  -----------
  Fix for getHeadRev bug when using branch namespaces

JENKINS-20767


  Commit: df7d7a12d199eeed50f363383336aa0f60470b80
      
https://github.com/jenkinsci/git-client-plugin/commit/df7d7a12d199eeed50f363383336aa0f60470b80
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 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/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Apply PR feedback: Style, imports + missing fix for JGitAPIImpl


  Commit: 8d38079fc40633498def62b9d2569d9df328ddad
      
https://github.com/jenkinsci/git-client-plugin/commit/8d38079fc40633498def62b9d2569d9df328ddad
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Switched back to "jenkinsci" to be on safe side

The tests will fail now until the required branches are
available in jenkinsci! For local tests you can switch
"jenkinsci" to "alexanderlink".

You have to decide how to handle tests!
Currently the productive repo is cloned for testing...


  Commit: e62412c6804dd7b7fd2aa811da3796ed3dd60621
      
https://github.com/jenkinsci/git-client-plugin/commit/e62412c6804dd7b7fd2aa811da3796ed3dd60621
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Changed test branches from "test/..." to "tests/..."

+ small refactoring


  Commit: c9e5a3d9ca11b64b9f30ff9cc8237ec8d09c3d9e
      
https://github.com/jenkinsci/git-client-plugin/commit/c9e5a3d9ca11b64b9f30ff9cc8237ec8d09c3d9e
  Author: Mark Waite <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Create namespace test branches if they don't exist


  Commit: c3f87ed7c5f3b249372c388487c659cce571deed
      
https://github.com/jenkinsci/git-client-plugin/commit/c3f87ed7c5f3b249372c388487c659cce571deed
  Author: Alexander Link <[email protected]>
  Date:   2014-03-05 (Wed, 05 Mar 2014)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Small fix for Marks test improvement + refactoring


  Commit: 5934fd2c4226cd46248a47e6a6ea58dd019f4fd5
      
https://github.com/jenkinsci/git-client-plugin/commit/5934fd2c4226cd46248a47e6a6ea58dd019f4fd5
  Author: Alexander Link <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 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/LegacyCompatibleGitAPIImpl.java

  Log Message:
  -----------
  Extracted redundant "branch spec to branch name" code


  Commit: 16029fd14048981f5b9ff94664de9cb8b2b2891b
      
https://github.com/jenkinsci/git-client-plugin/commit/16029fd14048981f5b9ff94664de9cb8b2b2891b
  Author: Alexander Link <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 2014)

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

  Log Message:
  -----------
  Checking for refs/heads/ in branchSpec

https://github.com/jenkinsci/git-client-plugin/pull/120/files#r10310025
comment of "dnozay"


  Commit: 09995dfbc3a9c1a998325c106b2eb98421276fff
      
https://github.com/jenkinsci/git-client-plugin/commit/09995dfbc3a9c1a998325c106b2eb98421276fff
  Author: Mark Waite <[email protected]>
  Date:   2014-03-06 (Thu, 06 Mar 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/LegacyCompatibleGitAPIImpl.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge pull request #120 from alexanderlink/test/namespace3/master

Fix proposal for getHeadRev bug when using branch namespaces


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/7178fe201e46...09995dfbc3a9

-- 
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/groups/opt_out.

Reply via email to