Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

init/Kconfig: fix LOCALVERSION_AUTO help text

It was never guaranteed to be exactly eight, but since commit
548b8b5168c9 ("scripts/setlocalversion: make git describe output more
reliable"), it has been exactly 12.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Rasmus Villemoes and committed by
Masahiro Yamada
0f9c608d 74d3320f

+1 -1
+1 -1
init/Kconfig
··· 204 204 appended after any matching localversion* files, and after the value 205 205 set in CONFIG_LOCALVERSION. 206 206 207 - (The actual string used here is the first eight characters produced 207 + (The actual string used here is the first 12 characters produced 208 208 by running the command: 209 209 210 210 $ git rev-parse --verify HEAD