Skip to content

Commit

Permalink
init/Kconfig: fix LOCALVERSION_AUTO help text
Browse files Browse the repository at this point in the history
It was never guaranteed to be exactly eight, but since commit
548b8b5 ("scripts/setlocalversion: make git describe output more
reliable"), it has been exactly 12.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
Villemoes authored and masahir0y committed Jan 11, 2023
1 parent 74d3320 commit 0f9c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ config LOCALVERSION_AUTO
appended after any matching localversion* files, and after the value
set in CONFIG_LOCALVERSION.

(The actual string used here is the first eight characters produced
(The actual string used here is the first 12 characters produced
by running the command:

$ git rev-parse --verify HEAD
Expand Down

0 comments on commit 0f9c608

Please sign in to comment.