Drop diffs with only mode changes

This commit is contained in:
Sven van Heugten 2026-03-05 20:55:47 +01:00
parent 810ccab884
commit 26447c8205
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,7 @@ def main() -> None:
for section in sections:
if not section["hunks"]:
output_lines.extend(section["header"])
left_out = True
continue
kept_hunks = []