Skip to content

Commit fbd1bd9

Browse files
committed
github actions: Update interdiff for yet more fuzzy diffing fixes
-Fixed a segfault when there are only rejected hunks -Fixed related code changes getting split into separate hunks when they are fewer than context*2 lines apart (i.e., 6 lines), now they are grouped together in the same hunk for much better readability -Fixed remaining edge cases where spurious added or deleted code blocks would appear in the output due to rejected hunks, output is pristine now
1 parent c555c31 commit fbd1bd9

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=01efe36a942fa82ae0fde188d68aaf2294685f7a
97+
git clone https://github.com/kerneltoast/patchutils.git --depth=1 --revision=60a60b3909d0e29c0ff286f6a73de4168977b097
9898
cd patchutils
9999
./bootstrap
100100
./configure

0 commit comments

Comments
 (0)