summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-132-1/+3
| | | | sub-dirextories. (This could be fixed more flexibly later...)
* - Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).Andreas Gruenbacher2004-07-125-9/+11
|
* - refresh command: Fix --diffstat option; it did swap lines. AlsoAndreas Gruenbacher2004-07-125-20/+45
| | | | remove stray dollar sign.
* document last changesMartin Quinson2004-07-121-0/+7
|
* Sync to ENMartin Quinson2004-07-121-307/+175
|
* - Disable CDPATH within quilt (Joe Green writes: I've seen someAndreas Gruenbacher2004-07-122-1/+7
| | | | | | cases where having CDPATH set results in the path being printed by cd, and I suppose it's possible that the wrong destination might be selected in some cases.)
* - Some more QUILT_PATCHES_PREFIX fixes.Andreas Gruenbacher2004-07-1213-60/+73
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-0953-1254/+1485
| | | | | | | | | | | | | | | stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile.
* Fix bash_completion by not using quilt internal but the external commands ↵Martin Quinson2004-07-072-58/+19
| | | | [Joe Green]
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-0410-219/+401
| | | | | | | | | | | -u, -U num, -c, -C num. REname old -c option (combine patches) of diff command to --combine. - Extend the function that splits comments froM patches and syntax coloring to handLe combined diff format. - Honor the LAnG environment variable again; this goT broken at some point. - Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.
* - 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
|