summaryrefslogtreecommitdiffstats
path: root/.patchew.yml
diff options
context:
space:
mode:
authorAlex Bennée2021-06-23 12:27:44 +0200
committerAlex Bennée2021-06-25 11:08:33 +0200
commit66cf70149ad23ba8ea71b88d3564517c44e35630 (patch)
treea9d164eae55f57567ade78c313277c334c44880c /.patchew.yml
parentdocs/devel: Add a single top-level header to MTTCG's doc (diff)
downloadqemu-66cf70149ad23ba8ea71b88d3564517c44e35630.tar.gz
qemu-66cf70149ad23ba8ea71b88d3564517c44e35630.tar.xz
qemu-66cf70149ad23ba8ea71b88d3564517c44e35630.zip
scripts/checkpatch: roll diff tweaking into checkpatch itself
Rather than relying on external tweaks lets just do it inside checkpatch's direct commitish handling which is QEMU specific code anyway. Suggested-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210623102749.25686-4-alex.bennee@linaro.org>
Diffstat (limited to '.patchew.yml')
-rw-r--r--.patchew.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.patchew.yml b/.patchew.yml
index 2638b7f564..1b78262ce5 100644
--- a/.patchew.yml
+++ b/.patchew.yml
@@ -138,9 +138,6 @@ testing:
script: |
#!/bin/bash
git rev-parse base > /dev/null || exit 0
- git config --local diff.renamelimit 0
- git config --local diff.renames True
- git config --local diff.algorithm histogram
./scripts/checkpatch.pl --mailback base..
docker-mingw@fedora:
enabled: true