commit | dafaabd0509a501632d7bc2e5dc5412e52818281 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Wed Jan 30 09:45:21 2019 -0500 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Jan 30 09:45:21 2019 -0500 |
tree | e0ce993b86056eb71c3dd04f98b232cfca2c356c | |
parent | 734ee1c2e3d0b2c39f111db8efbf253bc17005b8 [diff] |
drm_hwcomposer: Fix check commit script to ignore case and extra spaces Job 93709 [1] failed with missing committer sign-off. Ayan has their committer string set to "Ayan kumar halder <ayan.halder@arm.com>", and the Signed-off-by line on the commit was "Signed-off-by: Ayan Kumar Halder <ayan.halder@arm.com>". So grep did what we asked it to do and did not find the SoB since the case was incorrect. This patch changes to case-insensitive search and while we're at it, trims excess whitespace from both the commit body and the committer/author name. Finally, I've improved the error message so it's hopefully more clear why things fail in the future. [1]- https://gitlab.freedesktop.org/ayan.halder/drm-hwcomposer/-/jobs/93709 Signed-off-by: Sean Paul <seanpaul@chromium.org>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
`git diff | clang-format-diff-5.0 -p 1 -style=file`
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues
Happy hacking!