scripts: getver.sh: append Git short hash to revision
authorJo-Philipp Wich <jo@mein.io>
Fri, 2 Dec 2016 11:07:19 +0000 (12:07 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 2 Dec 2016 15:38:55 +0000 (16:38 +0100)
commita642a11faca87e2a7bddc1fadb54253e2fc26e84
tree1f44b79dc5c97ec7d7b7ec4a634b5579cf7dece2
parent5f3c96c28503b8a0aad1514ef144b15e670d338b
scripts: getver.sh: append Git short hash to revision

Change getver.sh to append a short Git commit hash to the end of the artifical
revision number. This way we still have order- and comparable commit numbers
but also a direct relation to the Git commit.

The new output format will look like "r2400+2-882472e" for dirty trees or like
"r2402-882472e" for clean ones.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
scripts/getver.sh