summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-17git-request-pull: Check for .gitignore patternsHEADmasterLaurent Pinchart
Commits should not touch any file matchin .gitignore patterns. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-08-17git-request-pull: Split commit checks to a separate functionLaurent Pinchart
Create a new check_commit() function to make the code more readable. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-08-14gut-request-pull.sh: Check for local changelogsLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2024-08-14gut-request-pull.sh: Lower git callsLaurent Pinchart
Optimize the commit checks by extracting the commit message once to operate greps on it, instead of calling git for each check. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-12-18Add git-request-pull.shLaurent Pinchart
The git-request-pull.sh script wraps git-request-pull with additional sanity checks to verify that all commits are properly signed by both the author and the committer. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2019-12-18Create repositoryLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>