commit | 1a721748605bc753089bc34c6010aa236c9d0ab7 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Fri Aug 09 11:52:03 2024 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Fri Aug 09 11:55:00 2024 +0200 |
tree | 93784113a787003e91a5630c5cf5f78a6a1e6f5e | |
parent | 92fead00f92ffb963441577ce45b6da91e57b873 [diff] |
fix(checkpatch): detect issues in commit message The current implementation of make checkpatch does not detect issues when Signed-off-by line is missing. The solution is to concatenate the output of both git log and git diff before executing checkpatch script. Change-Id: Ic2d6f8bc10316d73b72a73a1807aa36cdec6900d Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>