summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add fork commandAndreas Gruenbacher2003-10-211-0/+43
* - Pipe rpmbuild output to /dev/null in spec2series (seems to beAndreas Gruenbacher2003-09-021-1/+1
* - When popping files, go through the list of applied patchesAndreas Gruenbacher2003-07-261-0/+19
* - Update spec2series accordingly.Andreas Gruenbacher2003-07-231-2/+2
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+1
* - Rename DIFF_OPTS environment variable to QUILT_DIFF_OPTSAndreas Gruenbacher2003-05-161-1/+6
* quilt push returns non-zero value if the patch does not apply cleanlyMartin Quinson2003-04-231-0/+1
* - Apply patches with `patch -f' by default. Add --interactiveAndreas Gruenbacher2003-04-111-4/+8
* *** empty log message ***Andreas Gruenbacher2003-04-091-1/+1
* - Never reorder files in patches. (Previously the file listAndreas Gruenbacher2003-04-091-1/+6
* The change from Mar 24 caused empty lines to be removed inAndreas Gruenbacher2003-04-091-1/+1
* `head -1' and `tail -1' is non-standard and deprecated, andAndreas Gruenbacher2003-04-071-2/+2