update-converity-branch.py | 10 class Git: 15 output = check_output(['git'] + list(args), cwd=self.dir, stderr=STDOUT) 21 git = Git(dir) variable in class:Git 22 git('clone', '-b', 'coverity', 'git@github.com:fmtlib/fmt.git', dir) 23 output = git('merge', '-X', 'theirs', '--no-commit', 'origin/master') 25 git('reset', 'HEAD', '.travis.yml') 26 git('checkout', '--', '.travis.yml' [all...] |