Git command to check for new patches between releases

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Git command to check for new patches between releases

1,299件の閲覧回数
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 返答(返信)