summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - 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-068-14/+66
| | | | | | | commands. Files added to a patch appear at the end of a patch. The files command also lists the files in the order in which they appear in patches. - Update to version 0.33.
* - dependency-graph: Fix for --lines option in patcher mode;Andreas Gruenbacher2004-06-062-5/+19
| | | | restrict to applied patches.
* - import: Create patches/ and parent directories to patch to beAndreas Gruenbacher2004-06-065-20/+32
| | | | imported. Insert the correct patch name in the series file.
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-0614-99/+199
| | | | | | | | | | Add a "no-op" mode as default, and allow to just unlink files. - apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists. - rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step. - If QUILTRC is set in the environment, use this as the configuration file.
* - Return exit status 2 when commands go beyond the series (topAndreas Gruenbacher2004-06-059-23/+87
| | | | | | | | | | with no series, push/next when all patches are applied, pop/ previous when no patches are applied). - From John Lenz <jelenz@students.wisc.edu>: Add compatibility code to the dependency-graph script for reading the meta-data of Holger Schurig's patcher tool, http://www.holgerschurig.de/patcher.html. - Update German translation.
* New versionMartin Quinson2004-06-031-0/+6
|
* - Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file modeAndreas Gruenbacher2004-06-022-0/+8
| | | | of original file when creating backup files.
* Document the fact that the debian version don't let pop exiting 1 when there ↵Martin Quinson2004-06-011-0/+1
| | | | is nothing to pop
* cosmeticsMartin Quinson2004-06-011-1/+2
|
* Rename so that it worksMartin Quinson2004-06-011-0/+0
|
* Get ready for release 0.32-2Martin Quinson2004-06-011-3/+6
|
* A word about recent meta-date breakage to be displayed on upgrade by ↵Martin Quinson2004-06-011-0/+15
| | | | apt-listchanges
* document common options to all scripts (--trace and --quiltrc)Martin Quinson2004-06-013-14/+32
|
* updateMartin Quinson2004-06-011-131/+47
|
* document last changesMartin Quinson2004-06-011-0/+8
|
* Specify we want to use gawk since mawk causes trouble. Closes: #251972.Martin Quinson2004-06-011-2/+2
|
* Use relative link for debian/patches. Closes: #242342Martin Quinson2004-06-011-1/+1
|
* - Another `quilt setup' fix.Andreas Gruenbacher2004-05-313-4/+3
|
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-3111-509/+344
| | | | | | | | and rename it to inspect. - `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches. - Update German translation.
* - Remove conflict markers.Andreas Gruenbacher2004-05-311-63/+110
|
* UpdateMartin Quinson2004-05-271-130/+97
|
* - Clarify help text of `quilt add' (thanks to Tom RiniAndreas Gruenbacher2004-05-165-435/+341
| | | | <trini@mvista.com>). Update translations.
* - Add `quilt grep': Grep over all files, recursively, skippingAndreas Gruenbacher2004-05-153-3/+139
| | | | the $QUILT_PATCHES and $QUILT_PC directories.
* - Fix `quilt fork': It destroys .pc/applied patches; that bug gotAndreas Gruenbacher2004-04-272-1/+7
| | | | introduced when reverting it to its previous semantics.
* - Fix a glitch in the previous \t fix.Andreas Gruenbacher2004-04-212-4/+4
|
* - Replace two occurrences of \t in sed regular expressionsAndreas Gruenbacher2004-04-214-3/+13
| | | | | | with bash $'\t': Some older versions of sed don't understand \t. Thanks to Randy Dunlap <rddunlap@osdl.org> for reporting this.
* Builddep on gettextMartin Quinson2004-04-141-1/+1
|
* - Fix an algorithmic bug in `quilt graph --lines': Edges wereAndreas Gruenbacher2004-03-206-86/+63
| | | | | sometimes lost. - A few minor cleanups.
* Prepare upload of 0.32Martin Quinson2004-03-191-0/+15
|
* Rephrase the description of the debian package (close:236221)Martin Quinson2004-03-191-11/+20
|
* - Simplify options of graph commandAndreas Gruenbacher2004-03-141-21/+21
|
* - Extend `quilt graph' to also support checking for overlappingAndreas Gruenbacher2004-03-145-25/+171
| | | | | | changes in patches. - Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in non-shell components of quilt.
* - Another minor documentation updatev0.32Andreas Gruenbacher2004-03-142-8/+16
|
* - Fix a bug in backup-files.c (introduced just before).Andreas Gruenbacher2004-03-142-1/+2
|
* - Clarify help texts in push/pop.Andreas Gruenbacher2004-03-142-8/+11
|
* - Change `quilt import' to allow importing multiple patchesAndreas Gruenbacher2004-03-132-50/+47
| | | | | at once. - Update to version 0.32.
* - Change to version 0.32.Andreas Gruenbacher2004-03-131-2/+2
|
* - Revert `quilt fork' to how it originally worked: fork theAndreas Gruenbacher2004-03-1312-114/+354
| | | | | | | | | | | | | | *topmost* patch, not the next unapplied patch. Adapt the test suite accordingly. - Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate. - Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too. - Update the documentation. Add example1.test from the documentation.
* - Add some more generated files to .cvsignoreAndreas Gruenbacher2004-03-134-3/+6
|
* - Fix an open issue in the patchname filter inAndreas Gruenbacher2004-03-132-17/+33
| | | | scripts/dependency-graph.
* - Clarification in the help text.Andreas Gruenbacher2004-03-131-1/+2
|
* - Add `quilt graph' command for generating a dependency graphAndreas Gruenbacher2004-03-135-4/+470
| | | | | | | | between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible. - The spec file was missing the quilt.1 man page.
* - Remove stray ``../'' in test script.Andreas Gruenbacher2004-03-101-1/+1
|
* - Add man page to tarball and to spec file; add make dependencies.Andreas Gruenbacher2004-03-102-3/+7
| | | | - Sort the commands in the man page command reference.
* - Quilt push/pop: exit with a non-zero status when beyond series.Andreas Gruenbacher2004-03-104-4/+10
| | | | - Ignore empty lines in series file.
* - Make files writeable in `quilt add' (and `quilt edit') forAndreas Gruenbacher2004-03-092-2/+10
| | | | working with read-only trees.
* Sync to ENMartin Quinson2004-03-081-6/+12
|
* Fix a typo in output (close debian #236933)Martin Quinson2004-03-081-1/+1
|
* document last changeMartin Quinson2004-02-251-1/+6
|