How to create a patch for a tarball package?

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

How to create a patch for a tarball package?

717 次查看
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 回复

576 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Dariusz

may be tardiff will help

tardiff - an archive patching utility

Best regards

igor

0 项奖励