--
-- Beihang Open Source Club
beihang-open...@googlegroups.com
https://groups.google.com/d/forum/beihang-open-source-club
--
这些字段都是干啥的?
--
Code is poetry.
似乎目的是为了防止版权不相容的代码进入 code
base,http://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for
--
Code is poetry.
似乎目的是为了防止版权不相容的代码进入 code
base,http://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for
我也不太清楚啊,感觉是作者声明这段代码是我写的,我把它以 XXX 协议放出,你们可以 merge 进去,木有任何法律问题
--
Code is poetry.
> 看了一些其他项目的用法,感觉这只是一个用来表示状态的工具,并没有强加语意 。比如可以由PM/QA来对一个commit
> --signoff表示这个commit通过测试了,可以采用之类的。总之可以用来辅助workflow。
>
> 至于git和kernel中的signoff,也是和版本库相关的语意,就是sof上说的那样。
>
SOF 有条评论说了
> It should be noted that the described meaning is the one assigned to the Signed-off-by: commit message lines by the Linux kernel project (and the Git project itself). For other projects, however, such lines are meaningless unless the project assigns meaning to them
--
Code is poetry.
如 leafduo 所说,s-o-b 等字段是项目自己定义的。对 linux kernel 来说,sob
这一行是有法律效力的,具体在哪不记得了,估计在 Documents 下边有。
这里边有更详细的解释。(但是有法律效力的声明应该在别的地方)
http://www.kernel.org/doc/Documentation/SubmittingPatches
还有 Ack by, Cc 等等。但这些纯粹是为项目管理用的。
jesse
2012/12/21 王青春 <fros...@gmail.com>: