How to create a patch for a tarball package?

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

How to create a patch for a tarball package?

877件の閲覧回数
dariuszzawisko
Contributor II

I want to create a patch for the tslib tarball package.

I don't know how to achieve that.


When I want to create a patch for the kernel I can use git commands:

   git add <modified file 1> <modified file 2>

   git commit -s -m ’<your commit’s title>’

   git format-patch -1

What tools I should use to create a patch for a tarball package?

タグ(5)
0 件の賞賛
返信
1 返信

736件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Dariusz

may be tardiff will help

tardiff - an archive patching utility

Best regards

igor

0 件の賞賛
返信