linux-next 仓库下的分支有什么区别?

What are the differences between the branches under the linux-next repository?

linux-next 存储库有 master、apkm、apkm-base、pending-fixes 和 stable branch.What 有区别吗?我现在关注的是master分支,下次关注的时候commit记录变了。我应该关注哪个分支?

TL;DR:您应该关注存储库中的标签,格式为 next-YYYYmmdd.

Linux下一个存储库几乎每天都从头开始重建。基本上主要分支是 master 相对于给出标签的内容。

  • pending-fixes:将进入下一个 vanilla 候选版本或最终版本的修复程序
  • akpm, akpm-base:来自Andrew Morton的被子系列,所以需要特殊处理(他没有用Git)