|
@@ -203,7 +203,7 @@ if __name__ == "__main__":
|
|
|
|
|
|
if args.directory:
|
|
|
os.chdir(args.directory)
|
|
|
- patches = subprocess.check_output(("git", "ls-files", "*.patch", "*.diff")).decode("utf-8").split()
|
|
|
+ patches = subprocess.check_output(("git", "ls-files", "recipes-*/**/*.patch", "recipes-*/**/*.diff")).decode("utf-8").split()
|
|
|
results = patchreview(patches)
|
|
|
analyse(results, want_blame=args.blame, verbose=args.verbose)
|
|
|
if args.histogram:
|