git - linux-next 和 linux-net-history git 存储库有什么区别?

标签 git linux-kernel

git.kernel.org 有一个名为 linux-next 的存储库和一个名为 linux-next-history 的存储库.这些存储库在内容、用途、日常使用等方面有何不同?

最佳答案

我认为这可以解释原因 https://lkml.org/lkml/2011/8/2/95 :

Date      Tue, 2 Aug 2011 20:08:34 +1000
From      Stephen Rothwell <>
Subject   linux-next changes

Hi all,

Noone seems to have noticed, but I have mode the following changes to the
linux-next repository on git.kernel.org:

git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git now
contains just the last 90 (or so) linux-next trees.  I have removed the
"history" branch from this tree as it was serving no real purpose.  You
can fetch a particular tree by using its name as a tag.  It is now aonly
about 40MB relative to Linus' tree (as opposed to 300M for the complete
tree.

I have put the old tree into
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next-history.git
which I will keep maintaining with the new trees, but is just there for
historical purposes.  It also no longer has the "history" branch.

If anyone had a tree left over that referenced linux-next through an
alternate, then you should probably change that to reference
linux-next-history until you have fixed it to not reference it at all.  
-- 
Cheers,  
Stephen Rothwell                    sfr@canb.auug.org.au  
[unhandled content-type:application/pgp-signature]  

关于git - linux-next 和 linux-net-history git 存储库有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12593767/

相关文章:

windows - 如何在 Windows 中 merge 两个大小写不同的 git 目录?

linux-kernel - 用于 ARM 的 Linux 中的矢量页面映射

linux - 函数 'create_proc_entry' 的隐式声明

linux - 为什么在 Linux 中做 I/O 是不间断的?

git - 如何让 Git 提交历史显示在 Redmine 问题跟踪器上

git - 为什么 Git Merge 不自动生成提交和提交消息?

git - 冲突时,GitHub for Windows 将我置于 "rebasing"状态,如何从那里开始?

git - 为什么我的 git 分支没有指向最新的提交?

process - 没有上下文切换的系统调用?

c - 如何在 Linux 中检查信号处理程序