Git command to check for new patches between releases

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Git command to check for new patches between releases

1,159 次查看
EnriqueOchoaVaz
Contributor V

If you want to check the new patches added between 2 freescale official releases, you can use the next command.

$  git log --oneline rel_imx_3.0.35_4.0.0...rel_imx_3.0.35_4.1.0 --cherry | grep ^+

This example, get the list of the new patches added between the L3.0.35_4.0.0 and the L3.0.35_4.1.0

标签 (1)
标记 (1)
0 回复数