From: Uwe Zeisberger Date: Fri, 16 Jun 2006 06:47:57 +0000 (+0200) Subject: kbuild: append git revision for all untagged commits X-Git-Tag: v2.6.18-rc1~602^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b0c89953fee8597b4a9cbdd763c294ae0eb4c7;p=pandora-kernel.git kbuild: append git revision for all untagged commits adds revision suffix for untagged commits that are reachable from a tag I'm bisecting and don't get the -g...... suffix. The reason is, that git name-rev --tags HEAD returns e.g. HEAD tags/v2.6.17-rc1^0~1067 which is currently good enough for setlocalversion to skip the suffix. This introduces a dependecy to grep -E, which should be fine. Signed-off-by: Uwe Zeisberger Acked-By: Ryan Anderson Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed