Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: a470aaf29706f37b8dca787dca191ae0ead2646f
      
https://github.com/jenkinsci/git-client-plugin/commit/a470aaf29706f37b8dca787dca191ae0ead2646f
  Author: Mark Waite <mark.wa...@ca.com>
  Date:   2014-02-03 (Mon, 03 Feb 2014)

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

  Log Message:
  -----------
  Add bare option to GitAPITestCase init method, use to simplify test_push

The test_push fails on Red Hat Linux 6 because Git 1.7.1 version
behaves different than more recent versions.  Git 1.7.1 reports "You
are on a branch yet to be born" when attempting to checkout a branch
from a freshly initialized git repository.  Checkout of a new branch
on an empty repository is quite a corner case, and there is little
motivation to fix that, since later git versions do not show the same
problem.

Switching test_push to push to a bare repository seems more likely as
a scenario for push testing anywway, since most writers agree that
pushing to a working repository has several problems.


  Commit: 349c1e9f4d1b7b6f49b857e7064f88990eb16746
      
https://github.com/jenkinsci/git-client-plugin/commit/349c1e9f4d1b7b6f49b857e7064f88990eb16746
  Author: Nicolas De loof <nicolas.del...@gmail.com>
  Date:   2014-02-04 (Tue, 04 Feb 2014)

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

  Log Message:
  -----------
  Merge pull request #99 from MarkEWaite/master-fix-test_push_RH6

Add bare option to GitAPITestCase init method, use to simplify test_push


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/a5e202bb75e1...349c1e9f4d1b

-- 
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 jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to