summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* - setup command: detect errors when running ``rpm -bp'' andAndreas Gruenbacher2004-08-131-1/+3
* Tell the user to refresh patch which does not remove properly, not only to fo...Martin Quinson2004-07-221-1/+1
* - Replace a few instances of awk and sed with @AWK@ and @SED@ inAndreas Gruenbacher2004-07-142-3/+3
* Track down two string expensions in printf $"" leftMartin Quinson2004-07-131-1/+1
* Fix a typo (s/prinf/printf/) reported by Dean RoehrichMartin Quinson2004-07-131-1/+1
* - Fix stripping of the path to $QUILT_PATCHES when working inAndreas Gruenbacher2004-07-131-1/+1
* - Disable CDPATH within quilt (Joe Green writes: I've seen someAndreas Gruenbacher2004-07-121-0/+2
* - Some more QUILT_PATCHES_PREFIX fixes.Andreas Gruenbacher2004-07-121-3/+5
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-093-19/+27
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-041-9/+13
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-021-15/+16
* - Allow passing of default options to commands by definingAndreas Gruenbacher2004-07-011-0/+6
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-60/+107
* - dependency-graph: Fix backup filenames for patcher.v0.33Andreas Gruenbacher2004-06-061-1/+1
* - Preserve the order of files in patches in the diff and refreshAndreas Gruenbacher2004-06-061-0/+42
* - dependency-graph: Fix for --lines option in patcher mode;Andreas Gruenbacher2004-06-061-5/+13
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-062-24/+10
* - Return exit status 2 when commands go beyond the series (topAndreas Gruenbacher2004-06-051-6/+27
* - Another `quilt setup' fix.Andreas Gruenbacher2004-05-311-1/+1
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-312-227/+182
* - Fix `quilt fork': It destroys .pc/applied patches; that bug gotAndreas Gruenbacher2004-04-271-1/+1
* - Fix a glitch in the previous \t fix.Andreas Gruenbacher2004-04-211-1/+1
* - Replace two occurrences of \t in sed regular expressionsAndreas Gruenbacher2004-04-211-2/+2
* - Fix an algorithmic bug in `quilt graph --lines': Edges wereAndreas Gruenbacher2004-03-201-67/+52
* - Extend `quilt graph' to also support checking for overlappingAndreas Gruenbacher2004-03-142-14/+142
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-132-1/+23
* - Add some more generated files to .cvsignoreAndreas Gruenbacher2004-03-131-0/+3
* - Fix an open issue in the patchname filter inAndreas Gruenbacher2004-03-131-17/+31
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-131-0/+314
* - Quilt push/pop: exit with a non-zero status when beyond series.Andreas Gruenbacher2004-03-101-2/+2
* - Sub-directory support:Andreas Gruenbacher2004-02-201-2/+2
* - Never fail when patching temporary files in `quilt diff -z',Andreas Gruenbacher2004-02-152-8/+3
* - Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.Andreas Gruenbacher2004-02-051-1/+4
* - Add --quiltrc={rcfile|-} option. Remove some superfluous quotingAndreas Gruenbacher2004-02-031-6/+6
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-313-28/+40
* - Add support for working in subdirectories of the base directoryAndreas Gruenbacher2004-01-283-29/+70
* - Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.Andreas Gruenbacher2004-01-262-6/+7
* Small fix from wangdi: when patch file empty, it should first check wether th...Andreas Gruenbacher2003-11-201-1/+6
* - Add new command `quilt fold' to fold one patch into another.Andreas Gruenbacher2003-11-171-31/+27
* - Fix the timestamp check in scripts/rpatch.in for missing files.Andreas Gruenbacher2003-11-041-8/+4
* - Add failpop.test that checks if modified patches are recognized.Andreas Gruenbacher2003-11-043-10/+10
* - No longer verify if patches remove cleanly by reverse applyingAndreas Gruenbacher2003-10-313-91/+66
* - If a patch does not apply cleanly and `quilt push' removesAndreas Gruenbacher2003-10-291-4/+18
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-283-146/+63
* - Change name and semantics of PATCHSCRIPTS variable: Before, ifAndreas Gruenbacher2003-10-281-9/+4
* Fix bug in first_modified_by function (which broke quilt diff -c).Andreas Gruenbacher2003-10-271-0/+1
* - Get rid of patches_per cache_in `quilt patches'. RemoveAndreas Gruenbacher2003-10-261-100/+0
* - Rename snapshot directory from ".snap0" to ".snap".Andreas Gruenbacher2003-10-261-0/+21
* Never replace the series file; just replace its contents. This isAndreas Gruenbacher2003-10-221-12/+12
* - `Quilt fork' should better fork the next patch instead of theAndreas Gruenbacher2003-10-211-22/+1