Elyes Haouas has uploaded a new patch set (#3). ( https://review.coreboot.org/c/coreboot/+/85096?usp=email )
Change subject: scripts/update_submodules: Ensure SHA-1 and commit messages align with Linux style ......................................................................
scripts/update_submodules: Ensure SHA-1 and commit messages align with Linux style
Replaces the abbreviated SHA-1 (`%h`) with the full SHA-1 (`%H`) truncated to 12 characters to ensure consistent length. Add double quotes around commit titles: `commit <12+ chars of sha1> ("<title line>")`. These changes improve the consistency and readability of auto-generated commit messages for submodule updates.
Change-Id: If62ba4e491b75f3dd3bf526787d608040646bcac Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M util/scripts/update_submodules 1 file changed, 4 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/85096/3