I have recently cloned the GIT repo of the Kernel Source. the remote being set as origin git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git (fetch) origin git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git (push) now according to www.Kernelnewbies.org/KernelBuild git tag -l | less would list out all the tags associated with a build including the release candidates... But I am getting tags ONLY till v3.9.9 has there been a change of some kind? or is there an issue on my side?
On Thu, 07 Nov 2013 00:31:06 +0530, Arun M Kumar said:
git tag -l | less
would list out all the tags associated with a build including the release candidates... But I am getting tags ONLY till v3.9.9
Double-check. The tags are lexically sorted, not numerically. You'll probably find v3.10 and v3.11 tags hiding between v3.1 and v3.2.
participants (2)
-
Arun M Kumar -
Valdis.Kletnieks@vt.edu