(c *C)
| 1017 | } |
| 1018 | |
| 1019 | func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) { |
| 1020 | s.testCheckoutBisect(c, "https://github.com/git-fixtures/submodule.git") |
| 1021 | } |
| 1022 | |
| 1023 | // TestCheckoutBisect simulates a git bisect going through the git history and |
| 1024 | // checking every commit over the previous commit |
nothing calls this directly
no test coverage detected