scripts/getver.sh: append short git hash based on upstream commit
authorMagnus Kroken <mkroken@gmail.com>
Sat, 14 Jan 2017 21:34:01 +0000 (22:34 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Mar 2017 19:37:35 +0000 (20:37 +0100)
commit4bd0edc8fdbb8c02c71dacdfc2d6ebef3716eda5
tree88f7758497084bd4398f7bc3e1a4ff49d9d895a4
parent9451cd7c5b6ccce9e790159fb8d71b054fa8325f
scripts/getver.sh: append short git hash based on upstream commit

The short git hash suffix printed by getver.sh is taken from the
latest local commit, change this to use the hash from latest
upstream commit if available. This is considered the intended
behavior based on commit message a642a11faca87e2a7bddc1fadb54253e2fc26e84,
introducing getver.sh.

Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
scripts/getver.sh