From: Ryan Anderson Date: Sun, 31 Jul 2005 08:57:49 +0000 (-0400) Subject: [PATCH] kbuild: automatically append a short string to the version based upon the... X-Git-Tag: v2.6.14-rc1~750^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaebf4332018980fef4e601d1b5a6e52dd9e9ae4;p=pandora-kernel.git [PATCH] kbuild: automatically append a short string to the version based upon the git commit If CONFIG_AUTO_LOCALVERSION is set, the user is using a git-based tree, and the current HEAD is not referred to by any tags in .git/refs/tags/, append -g and the first 8 characters of the commit to the version string. This makes it easier to use git-bisect, and/or to do a daily build, without trampling on your older, working builds, or accidentally setting up conflicting sets of modules. Signed-off-by: Ryan Anderson Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed