You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 02a0b07fcb
development/quilt: Fix slack-desc.
9 years ago
..
README development/quilt: Updated for version 0.46 16 years ago
doinst.sh development/quilt: Updated for version 0.60 (+new maintainer) 13 years ago
quilt.SlackBuild development/quilt: Updated for version 0.64. 11 years ago
quilt.info development/quilt: Updated for version 0.64. 11 years ago
slack-desc development/quilt: Fix slack-desc. 9 years ago

README

These scripts allow to manage a series of patches by keeping track of the
changes each patch makes. Patches can be applied, un-applied, refreshed, etc.

The key philosophical concept is that your primary output is patches - not ".c"
files, not ".h" files, but patches, so patches are the first-class object here.

Quilt was originally based on Andrew Morton's patch scripts published on the
linux kernel mailing list a while ago, but were heavily modified since then.