force 10 chars SHA1 display.
make update-src shows latest commit hash for convinience. However, rev-parse --short option shows different length (maybe) between git versions. This fix force 10 chars with --short=10.
make update-src
rev-parse --short
--short=10
force 10 chars SHA1 display.
make update-srcshows latest commit hash for convinience.However,
rev-parse --shortoption shows different length(maybe) between git versions. This fix force 10 chars
with
--short=10.