support/scripts/pkg-stats: extract current commit id, not master
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 29 Aug 2019 07:22:33 +0000 (09:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 12 Sep 2019 16:53:14 +0000 (18:53 +0200)
commit3f08ffa42314d9d9f7b4ad7300e4072a78daa9a0
tree85704abd59a8414342041831d67192520aeba3a0
parenta96e82edf9720c2673caf573d42e409df3af956b
support/scripts/pkg-stats: extract current commit id, not master

pkg-stats extracts the Buildroot commit id from which the package
information was collected. However, when doing so, it always assumes
we're using the master branch, by running "git log master".

But in fact, pkg-stats can be run from any branch/tag, so it makes a
lot more sense to use "git log HEAD".

Cc: victor.huesca@bootlin.com
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/pkg-stats