简体   繁体   English

获取以前的linux-next版本的日志

[英]Get logs of a previous version of linux-next

I am working on git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git . 我正在git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git上工作。 According to my understanding, it rebases every day to mainline kernel branch and merges all the branches. 根据我的理解,它每天都会重新设置主线内核分支的基础,并合并所有分支。 So, the logs of a previous linux-next version cannot be seen in the current version released. 因此,以前的linux-next版本的日志在当前发布的版本中看不到。 Is there a way to get the logs of the previous versions too. 是否也有办法获取以前版本的日志。

Each linux-next release is tagged like next-YYYYMMDD (so today's will be next-20190228). 每个linux-next版本的标签都类似于next-YYYYMMDD(所以今天的名称将是next-20190228)。 The last three month's worth of releases are kept in the linux-next tree you cite above and all the rest are archived in the linux-next-history tree ( https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git ). 最近三个月的发行价值保存在上面引用的linux-next树中,其余所有内容都保存在linux-next-history树中( https://git.kernel.org/pub/scm/linux/kernel /git/next/linux-next-history.git )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM