Searched refs:ancestor (Results 1 – 3 of 3) sorted by relevance
/qemu/.gitlab-ci.d/ |
H A D | check-patch.py | 29 ancestor = subprocess.check_output(["git", "merge-base", variable 33 ancestor = ancestor.strip() variable 36 ancestor + "..."], 42 print("\nNo commits since %s, skipping checks\n" % ancestor) 47 print("\nChecking all commits since %s...\n" % ancestor, flush=True) 49 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", ancestor + "..."])
|
H A D | check-dco.py | 26 ancestor = subprocess.check_output(["git", "merge-base", variable 30 ancestor = ancestor.strip() variable 37 "on all commits since %s...\n" % ancestor) 40 ancestor + "..."],
|
/qemu/tests/qemu-iotests/ |
H A D | 043.out | 16 == ancestor references another ancestor ==
|