diff options
author | Emil Velikov <[email protected]> | 2018-11-08 15:05:17 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-11-15 15:55:36 +0000 |
commit | 533fead4236459c3f04700ff130ffaee1503cb69 (patch) | |
tree | fab0e2d92fe144087c80cfaa32aa2e35e4e694f5 /bin/.editorconfig | |
parent | 181203f3c5e9c6b3e95e0b93ad3b22630c3c0437 (diff) |
bin/get-pick-list.sh: tweak the commit sha matching pattern
Currently we match on:
- any arbitrary length of,
- any a-z A-Z and 0-9 characters
At the same time, a commit sha consists of lowercase hexadecimal
numbers. Any sha shorter than 8 characters is ambiguous - in some cases
even 11+ are required.
So change the pattern to a-f0-9 and adjust the length to 8-40.
As we're here we could use a single grep, instead of the grep/sed combo.
Cc: [email protected]
Reviewed-by: Juan A. Suarez <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'bin/.editorconfig')
0 files changed, 0 insertions, 0 deletions