test_search_related_commits.py | 22 def _execute_git(self, git_args): member in class:TestSearchRelatedCommits 80 commits = self._execute_git( 85 self._execute_git(["commit", "--allow-empty", "-m", message]) 257 self._execute_git(["commit", "--allow-empty", "-m", "A"]) 258 self._execute_git(["commit", "--allow-empty", "-m", "B"]) 259 self._execute_git(["commit", "--allow-empty", "-m", "C"]) 260 self._execute_git(["commit", "--allow-empty", "-m", "D"])
|