Sometimes I need to merge two patches. I can apply them but often it is not convenient (coping, temporary files etc.). Is there a tool to merge patches (assuming they are not conflicting)?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
If you manage patches often, then you may be interested in See Quilt (software) for more info. |
||||
|
|
|
If you're interested in maintaining the source, you could put it into a version control system, add patches to it, and get the patches you want out of it. |
|||
|