Skip to content

Commit c555c31

Browse files
committed
github actions: Update interdiff for fuzzy diffing fixes
-Fixed relocation failure observed on [1] -Fixed spurious (and massive) added or deleted code blocks appearing in the output for rejected hunks, encountered with [1] -Fixed N value passed to --fuzzy not getting honored correctly, causing more fuzzing to occur than desired -Fixed too few context lines in the output which hurt readability; now there are more context lines in the output [1] #668
1 parent df63c29 commit c555c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-kernel-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Clone and build custom patchutils
9696
run: |
97-
git clone https://github.com/kerneltoast/patchutils.git --depth=1 --revision=170ca21ebc1c53c64f84f0daa06353e6163aab0b
97+
git clone https://github.com/kerneltoast/patchutils.git --depth=1 --revision=01efe36a942fa82ae0fde188d68aaf2294685f7a
9898
cd patchutils
9999
./bootstrap
100100
./configure

0 commit comments

Comments
 (0)