Quilt (software)


title: "Quilt (software)" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["free-computer-programming-tools"] topic_path: "general/free-computer-programming-tools" source: "https://en.wikipedia.org/wiki/Quilt_(software)" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::data[format=table title="Infobox software"]

FieldValue
nameQuilt
developerAndreas Gruenbacher, Jean Delvare
released
latest release version
latest preview date
programming languageBash script
operating systemCross-platform
genrePatch management
licenseGNU GPLv2+
website
::

| name = Quilt | logo = | screenshot = | caption = | collapsible = | author = | developer = Andreas Gruenbacher, Jean Delvare | released = | discontinued = | latest release version = | latest release date = | latest preview version = | latest preview date = | frequently updated = | programming language = Bash script | operating system = Cross-platform | platform = | size = | language = | status = | genre = Patch management | license = GNU GPLv2+ | website =

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". Quilt can take an arbitrary number of patches as input and condense them into a single patch. In doing so, Quilt makes it easier for many programmers to test and evaluate the different changes amongst patches before they are permanently applied to 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.

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

Quilt has been incorporated into dpkg, 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. Quilt is also integrated into and supported by the similar Yocto Project build system supported by the Linux Foundation.

Mercurial queues (mq), an extension of the Mercurial revision control system, provides similar functionality; and StGit provides an equivalent functionality on top of Git. Git itself has similar functionality since 2.38 with --update-refs option to git rebase.

References

References

  1. (July 9, 2012). "30 Linux Kernel Developers in 30 Weeks: Greg Kroah-Hartman". Linux.com.
  2. (2002-10-20). "patch management scripts".
  3. Grünbacher, Andreas. (June 12, 2005). "How To Survive With Many Patches, or Introduction to Quilt".
  4. (November 27, 2009). "Accepted dpkg 1.15.5.3 (source all amd64)". Lists.debian.org.
  5. (2015-11-30). ["Working with patches OpenWrt Wiki]".
  6. (2016-12-13). "Using Quilt in Your Workflow".
  7. "MqExtension - Mercurial". Selenic.com.
  8. "Stacked Git".
  9. (2022-11-08). "Working with stacked branches in Git is easier with --update-refs".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

free-computer-programming-tools