summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Several Fixes from Joe Green <jgreen@mvista.com>:Andreas Gruenbacher2004-07-0216-134/+160
| | | | | | | | | | | | | | | | + Another sed \t\r problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text - With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green. - Add --backup option to quilt refresh. - Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.) - Update German translation.
* - Allow passing of default options to commands by definingAndreas Gruenbacher2004-07-016-8/+21
| | | | | QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get us rid of some of the mess in .quiltrc.
* - Quilt diff: add --color option for optionally colorizing theAndreas Gruenbacher2004-06-305-75/+133
| | | | output.
* - Quilt import: when importing patches with their original fileAndreas Gruenbacher2004-06-262-5/+7
| | | | name, strip path prefixes from the patch names.
* - Fix another upgrade bug: The series file may optionally containAndreas Gruenbacher2004-06-1211-59/+87
| | | | | | | a strip level argument (-pN) which must be stripped off when determining the patch name. - A minor correction in the doumentation; some whitespace fixes. - Translation update.
* release 0.33-1, 0.34-1 and 0.34-2Martin Quinson2004-06-111-0/+27
|
* Document last changesMartin Quinson2004-06-111-0/+15
|
* UpdatesMartin Quinson2004-06-112-109/+107
|
* quilt return 2 when asked to do a noop (as pushing when there is nothing to ↵Martin Quinson2004-06-111-2/+6
| | | | push)
* improve (?) documentation of -dMartin Quinson2004-06-111-1/+1
|
* TypoMartin Quinson2004-06-111-1/+1
|
* document the -n optionMartin Quinson2004-06-111-1/+1
|
* Add a --no-timestaps optionMartin Quinson2004-06-112-5/+17
|
* document the quiltrc options; cosmeticsMartin Quinson2004-06-111-5/+34
|
* little description improvementMartin Quinson2004-06-111-2/+2
|
* Now that the man page is generated upstream, no need to embeeded it in debian/Martin Quinson2004-06-112-416/+0
|
* Now that the upgrade command exists, no need for that big fat warningMartin Quinson2004-06-111-15/+0
|
* make it work with recent versions, dealing with patchs/ search and meta-data ↵Martin Quinson2004-06-111-36/+82
| | | | version checking
* fixup the manpage generationMartin Quinson2004-06-111-3/+4
|
* - Oops, forgot to add files.v0.34Andreas Gruenbacher2004-06-102-0/+154
|
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-1016-92/+384
| | | | | | | | | | | | | | me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34.
* - 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.