Home
last modified time | relevance | path

Searched refs:commit_body (Results 1 – 1 of 1) sorted by relevance

/external/drm_hwcomposer/
D.gitlab-ci-checkcommit.sh8 local commit_body tag person
9 commit_body=$1
16 if [ -z "$(echo "$commit_body" | tr -s ' ' | grep -i "$match")" ]; then
21 echoerr "$commit_body"
39 commit_body=$(git show -s --pretty=%b "$h")
42 if findtag "$commit_body" "Signed-off-by" "$author"; then
48 if findtag "$commit_body" "Signed-off-by" "$committer"; then