Quilt (software)

Quilt
Developer(s) Andreas Gruenbacher, Jean Delvare
Stable release
0.65 / September 9, 2016 (2016-09-09)
Repository Edit this at Wikidata
Written in Bash script
Operating system Cross-platform
Type Patch management
License GPLv2+
Website savannah.nongnu.org/projects/quilt

Quilt is a software utility for managing a series of changes to the source code of any computer program. Such changes are often referred to as "patches" or "patch sets", and essentially Quilt takes an arbitrary number of patches and turns them into a single patch. In doing so, quilt makes it easier for other programmers to test and evaluate the different changes before they are permanently inserted into the source code.

Tools of this type are very important for distributed software development, in which many programmers collaborate to test and build a single large codebase. For example, quilt is heavily used by the maintainers of the Linux kernel.[1]

Quilt evolved from a set of patch-management scripts originally written by Linux kernel developer Andrew Morton,[2] and was developed by Andreas Grünbacher for maintaining Linux kernel customizations for SuSE Linux.[3] It is now being developed as a community effort, hosted at the GNU Savannah project repository and distributed as free software (its license is GNU General Public License v2 or later). Quilt's name originated from patchwork quilt.

Quilt has been incorporated into dpkg,[4] Debian's package manager and is one of the standard source formats supported from the Debian "squeeze" release onwards. This source format is identified as "3.0 (quilt)" by dpkg. Quilt is integrated into the Buildroot, which is notably used by OpenWrt.[5] Quilt is also integrated into and supported by the similar Yocto Project build system supported by the Linux Foundation. [6]

Mercurial queues (mq), as an extension of the Mercurial revision control system, provides similar functionality.[7]

See also

References

  1. "30 Linux Kernel Developers in 30 Weeks: Greg Kroah-Hartman". Linux.com. July 9, 2012. Retrieved August 22, 2014.
  2. "patch management scripts". Lwn.net. 2002-10-20. Retrieved 2016-05-06.
  3. Grünbacher, Andreas (June 12, 2005). "How To Survive With Many Patches, or Introduction to Quilt" (PDF). Suse.de. Archived from the original (PDF) on February 21, 2007. Retrieved April 25, 2008.
  4. "Accepted dpkg 1.15.5.3 (source all amd64)". Lists.debian.org. November 27, 2009. Retrieved August 22, 2014.
  5. "Working with patches [OpenWrt Wiki]". Wiki.openwrt.org. 2015-11-30. Retrieved 2016-05-06.
  6. "Using Quilt in Your Workflow". 2016-12-13. Retrieved 2016-12-13.
  7. "MqExtension - Mercurial". Selenic.com. Retrieved August 22, 2014.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.