Searched refs:repo_to_scan (Results 1 – 1 of 1) sorted by relevance
32 repo_to_scan = Repo(zephyr_base) variable164 old_manifest_content = repo_to_scan.git.show(f"{args.commits[:-2]}:west.yml")458 if args.repo_to_scan:459 repository_path = Path(args.repo_to_scan)460 repo_to_scan = Repo(repository_path) variable462 commit = repo_to_scan.git.diff("--name-only", args.commits)