Skip to content

contrib/checkpatch: recognize git subtree merges

Lubomir Rintel requested to merge lr/checkpatch-subtree into main

Make checkpatch.pl identify subtree merges in "git am"-formatted patches and reconstruct the full path names based in the subtree root.

This fixes some spurious warnings for parts of the tree that use different coding style from what we usually do.

Merge request reports