Difference between revisions of "Quilt"
(create page) |
m (Add category) |
||
Line 11: | Line 11: | ||
http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf | http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf | ||
* http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches | * http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches | ||
+ | |||
+ | [[Category:Development Tools]] |
Latest revision as of 13:52, 27 October 2011
Introduction
Quilt is a tool to manage a series of patches relative to a common code base. It is useful when you are working on a code base, and frequently have to integrate your own patches with those coming from external sources.
Links
- Quilt Project home page: http://savannah.nongnu.org/projects/quilt/
- How To Survive With Many Patches (or) Introduction to Quilt is a good tutorial for using quilt
- Quilt Introduction (online presentation)
- Another tutorial, with sample files, is at:
http://www.shakthimaan.com/downloads/glv/quilt-tutorial/quilt-doc.pdf
- http://lwn.net/Articles/134072/ - LKML message by Greg KH explaining how he uses quilt for managing kernel patches