aboutsummaryrefslogtreecommitdiff
path: root/scripts/setlocalversion
AgeCommit message (Expand)AuthorFilesLines
2023-08-08scripts/setlocalversion: also consider annotated tags of the form vx.y.z-${fi...Gravatar Rasmus Villemoes 1-10/+26
2023-08-08scripts/setlocalversion: clean up stale commentGravatar Rasmus Villemoes 1-1/+1
2023-03-16kbuild: use git-archive for source package creationGravatar Masahiro Yamada 1-11/+34
2023-02-15setlocalversion: use only the correct release tag for git-describeGravatar Masahiro Yamada 1-7/+20
2023-02-05setlocalversion: clean up the construction of version outputGravatar Masahiro Yamada 1-7/+6
2023-02-05setlocalversion: absorb $(KERNELVERSION)Gravatar Masahiro Yamada 1-1/+6
2023-02-05setlocalversion: make indentation shallowerGravatar Masahiro Yamada 1-38/+41
2023-02-05setlocalversion: simplify the construction of the short versionGravatar Masahiro Yamada 1-2/+1
2023-01-30kbuild: do not put .scmversion into the source tarballGravatar Masahiro Yamada 1-18/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confGravatar Masahiro Yamada 1-1/+1
2022-01-08kbuild: do not include include/config/auto.conf from shell scriptsGravatar Masahiro Yamada 1-5/+4
2021-07-18scripts/setlocalversion: fix a bug when LOCALVERSION is emptyGravatar Mikulas Patocka 1-5/+8
2021-05-27scripts/setlocalversion: simplify the short version partGravatar Masahiro Yamada 1-5/+3
2021-05-27scripts/setlocalversion: factor out 12-chars hash constructionGravatar Masahiro Yamada 1-17/+5
2021-05-27scripts/setlocalversion: add more comments to -dirty flag detectionGravatar Masahiro Yamada 1-0/+4
2021-05-27scripts/setlocalversion: remove workaround for old make-kpkgGravatar Masahiro Yamada 1-1/+1
2021-05-27scripts/setlocalversion: remove mercurial, svn and git-svn supportsGravatar Masahiro Yamada 1-41/+0
2021-05-02kbuild: replace LANG=C with LC_ALL=CGravatar Masahiro Yamada 1-1/+1
2020-09-25scripts/setlocalversion: make git describe output more reliableGravatar Rasmus Villemoes 1-5/+16
2019-11-11scripts: setlocalversion: replace backquote to dollar parenthesisGravatar Bhaskar Chowdhury 1-11/+11
2019-10-15scripts: setlocalversion: fix a bashismGravatar Randy Dunlap 1-1/+1
2019-10-05scripts/setlocalversion: clear local variable to make it work for shGravatar Masahiro Yamada 1-1/+1
2018-11-21scripts/setlocalversion: Improve -dirty check with git-status --no-optional-l...Gravatar Brian Norris 1-2/+10
2018-11-11Revert "scripts/setlocalversion: git: Make -dirty check more robust"Gravatar Guenter Roeck 1-1/+1
2018-09-01scripts/setlocalversion: git: Make -dirty check more robustGravatar Genki Sky 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-06-20kbuild: setlocalversion: print error to STDERRGravatar Wolfram Sang 1-1/+1
2014-01-03Fix detectition of kernel git repository in setlocalversion script [take #2]Gravatar Franck Bui-Huu 1-1/+2
2013-06-24scripts/setlocalversion on write-protected source treeGravatar Christian Kujau 1-3/+0
2013-02-22kbuild: Unset language specific variables in setlocalversion scriptGravatar Christophe Leroy 1-1/+1
2012-03-26setlocalversion: Use "grep -q" instead of piping output to "read dummy"Gravatar Roland Dreier 1-2/+1
2011-01-15setlocalversion: update mercurial tag parsingGravatar Mike Crowe 1-5/+9
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-2/+4
2010-09-06scripts/setlocalversion: update commentGravatar Michael Prokop 1-2/+4
2010-08-21setlocalversion: Ignote SCMs above the linux source treeGravatar Michal Marek 1-2/+2
2010-08-13setlocalversion: fix version for untaged nontip mercurial revsGravatar Milton Miller 1-1/+1
2010-07-21kbuild: Fix make rpmGravatar Michal Marek 1-3/+6
2010-07-20kbuild: Make the setlocalversion script POSIX-compliantGravatar Michał Górny 1-3/+4
2010-06-18kbuild: Clean up and speed up the localversion logicGravatar Michal Marek 1-47/+132
2009-06-14kbuild: fix delay in setlocalversion on readonly sourceGravatar Nico Schottelius 1-2/+4
2009-05-19Fix scripts/setlocalversion with tagged git commitGravatar Nico Schottelius 1-7/+23
2009-05-01kbuild: fix scripts/setlocalversion with gitGravatar Nico Schottelius 1-7/+6
2009-04-11kbuild: use git svn instead of git-svn in setlocalversionGravatar Peter Korsgaard 1-1/+1
2009-02-15kbuild,setlocalversion: shorten the make time when using svnGravatar Mike Frysinger 1-8/+1
2008-12-03setlocalversion: add git-svn supportGravatar Peter Korsgaard 1-0/+5
2008-12-03setlocalversion: print correct subversion revisionGravatar Peter Korsgaard 1-1/+1
2008-10-29kbuild: tag with git revision when git describe is missingGravatar Trent Piepho 1-1/+3
2008-10-29kbuild: setlocalversion: dont include svn change countGravatar Mike Frysinger 1-1/+1
2008-07-25setlocalversion: do not describe if there is nothing to describeGravatar Sebastian Siewior 1-1/+3
2008-02-03kbuild: add svn revision information to setlocalversionGravatar Bryan Wu 1-0/+16