update_git_source_package: use 12 char long hash for bump commits
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 10 Nov 2023 12:15:33 +0000 (13:15 +0100)
committerChristian Marangi <ansuelsmth@gmail.com>
Fri, 10 Nov 2023 12:19:49 +0000 (13:19 +0100)
commit79877bd7858df652d9745eeb4d2ed5e1c9e92a5f
tree086c2a5329a4a3d1f4ff22d14a2a6c708fec0b8f
parent8e38078337bdc98132dc04d8f3868cf994f60b00
update_git_source_package: use 12 char long hash for bump commits

The default value for abbrev commit is too small and might pose invalid
hash referencing one hash with another. Use the current common size of
12 char for abbrev hash to better reference them following how it's done
on linux kernel and github.com.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
update_git_source_package.sh