diff options
author | Andres Gomez <[email protected]> | 2017-05-13 03:11:08 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2017-06-15 15:53:21 +0300 |
commit | 5d87667fed1bd5ab850abdfb3a10db8c8c21c330 (patch) | |
tree | 3817670bd3d26081cd78e8ea1d5ccdd8a7e95d5c /m4 | |
parent | f1590363c9abdda1db30a077257c93888a35972b (diff) |
bin/get-fixes-pick-list.sh: better identify multiple "fixes:" tags
We were not considering as multiple fixes lines with:
Fixes: $sha_1, Fixes: $sha_2
Now, we split the lines so we will consider them individually, as in:
Fixes: $sha_1,
Fixes: $sha_2
Additionally, we try to get the SHA from split lines so:
Fixes:
$sha_1
Will be considered as:
Fixes: $sha_1
v2:
- Treat empty spaces earlier in fix lines (Emil)
- Fold 2 lines into one to gather fix commit ids (Emil)
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions