Skip to content

bin/get-pick-list.sh: sha1 commits can be smaller than 8 chars

Juan A. Suárez requested to merge jasuarez/mesa:review/fix-picklist into master

The script only handles commits with "Fixes: sha1" where sha1 is equal or great than 8 chars. But sha1 can be smaller, like 7 chars.

This commit relax the restriction to handle sha1 4 or more chars.

Fixes 533fead4 ("bin/get-pick-list.sh: tweak the commit sha matching pattern")

Signed-off-by: Juan A. Suarez Romero jasuarez@igalia.com

/cc @evelikov /cc @dbaker /cc @eric

Edited by Juan A. Suárez

Merge request reports