Beispiel #1
0
 def get_commit(self, course, team, commit_sha):
     repo_path = self.__get_team_path(course, team)
     repo = LocalGitRepo(repo_path)
     
     return repo.get_commit(commit_sha)        
Beispiel #2
0
 def get_commit(self, course, team, commit_sha):
     repo_path = self.__get_team_path(course, team)
     repo = LocalGitRepo(repo_path)
     
     return repo.get_commit(commit_sha)