Searched hist:a182ad3d0f858f50bb719a48bb35a013e12366c5 (Results 1 – 1 of 1) sorted by relevance
/linux/scripts/ |
H A D | setlocalversion | diff a182ad3d0f858f50bb719a48bb35a013e12366c5 Sat Apr 25 09:48:39 CEST 2009 Nico Schottelius <nico-linux-20090330@schottelius.org> kbuild: fix scripts/setlocalversion with git
When using trees like wireless-testing, which have untagged tags, scripts/setlocalversion does not display any git indication for localversion.
This patch fixes it: If git is available, but no usable tag is found, it uses -g${head}. It skips the detection of unanottated tags via git name-rev.
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
|