A Tool for Working with Many Patches
http://savannah.nongnu.org/projects/quilt
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.
Quilt originally was based on Andrew Morton's patch scripts found at
http://www.zip.com.au/~akpm/linux/patches/.
Authors:
--------
Andreas Gruenbacher
- Links to devel:tools:scm / quilt
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Kernel:tools/quilt && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-patchfns-Extend-format-of-series-file.patch | 0000002827 2.76 KB | |
0002-Change-where-new-patches-are-inserted-in-seri |
0000002891 2.82 KB | |
0003-quilt-switch-series-file-for-series.conf.patc |
0000001371 1.34 KB | |
0004-push-Do-not-remove-refresh-flag.patch | 0000001747 1.71 KB | |
0005-push-Make-files-w-after-being-touched-by-a-pa |
0000001309 1.28 KB | |
_link | 0000000158 158 Bytes | |
project.diff | 0000001593 1.56 KB |
Latest Revision
Michal Suchanek (michals)
committed
(revision 7)
- Update to version 0.68: * Add support for zstd archives * Documentation: Massive formatting update of the manual page * Documentation: Reword some sections of the manual page * Fix compatibility with GNU awk version 5.0.0 and later * Test suite: Fix various race conditions (savannah#63651) * patches: Find file name with a space in unapplied patches (savannah#41708) * pop: Hint at diff -z on failure * setup: Better explain the limitation of spec file support * Obsoletes avoid-warnings-with-grep-3.8.patch * Obsoletes setup-document-the-limitation-of-spec-file-support.patch * Obsoletes test-faildiff-workaround-order-bug.patch - Drop expand.diff. This extra command was written 19 years ago but was never added upstream, and recent upstream changes broke it. I never used it, I think we can live without it. If anyone really misses the functionality then the patch should be sent upstream and get properly reviewed there. - Recommend unzip, as the setup command may need it (bsc#1201950). - Recommend zstd when available, now that it is supported. - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN
Comments 0