bin/get-pick-list.sh: sha1 commits can be smaller than 8 chars
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Tue, 10 Sep 2019 08:30:43 +0000 (10:30 +0200)
committerJuan Suárez Romero <jasuarez@igalia.com>
Tue, 24 Sep 2019 07:36:45 +0000 (07:36 +0000)
commitb3c25e6f9953b6c7d196b47c6ba1987f681edf7d
treefa1e331c7a051faf118549b47978c6ecf297a4b6
parentfed5b605f09ac1a6c23d2aeced7f9abccdf02139
bin/get-pick-list.sh: sha1 commits can be smaller than 8 chars

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: 533fead4236 ("bin/get-pick-list.sh: tweak the commit sha matching pattern")
Acked-by: Eric Engestrom <eric.engestrom@intel.com>
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
bin/get-pick-list.sh