Lines Matching +full:in +full:- +full:tree
3 # check-patch.py: run checkpatch.pl across all commits in a branch
7 # SPDX-License-Identifier: GPL-2.0-or-later
9 # This file is taken from qemu.git 029e13a8a56a2 .gitlab-ci.d/check-patch.py
17 namespace = "kvm-unit-tests"
28 subprocess.check_call(["git", "remote", "add", "check-patch", repourl])
29 subprocess.check_call(["git", "fetch", "check-patch", "master"])
34 ancestor = subprocess.check_output(["git", "merge-base",
35 "check-patch/master", "HEAD"],
40 log = subprocess.check_output(["git", "log", "--format=%H %s",
44 subprocess.check_call(["git", "remote", "rm", "check-patch"])
54 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", "--no-tree", "--git",