summaryrefslogtreecommitdiffstats
path: root/po/de.po
Commit message (Collapse)AuthorAgeFilesLines
* - po/de.po: Small update from Debian Bug #313827.Andreas Gruenbacher2005-06-291-5/+5
|
* Fix a typo in diff.in's help.Jean Delvare2005-06-291-1/+1
|
* - quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.Andreas Gruenbacher2005-06-271-17/+14
|
* - Jean Delvare:Andreas Gruenbacher2005-06-261-5/+14
| | | | | + Add a --version option that prints the program version. + patch_args: Fix comments parsing in series files.
* - add command: "File %s added to patch %s" message goes to stdoutAndreas Gruenbacher2005-06-211-20/+26
| | | | | | and not to stderr (Jean Delvare). - Don't fail when popping missing patches (Jerome Lacoste, Jean Delvare, I).
* - Add fix for refresh --strip-trailing-whitespace option: nowAndreas Gruenbacher2005-06-181-7/+8
| | | | | | | refresh always checks for trailing whitespace and reports it per file and line number. With --strip-trailing-whitespace it strips the whitespace from the patch and from the affected files in the working tree.
* - quilt/refresh.in: Fix last change.Andreas Gruenbacher2005-06-141-1/+1
|
* - refresh command: also touch .pc/$patch/.timestamp when a patchAndreas Gruenbacher2005-06-141-1/+1
| | | | | is found to be up-to-date (Peter Williams, <pwil3058@bigpond.net.au>).
* - Add --no-index option to diff and refresh commands: SuppressAndreas Gruenbacher2005-06-061-28/+35
| | | | Index: lines in the patch. From Jean Delvare <khali@linux-fr.org>.
* - Add add-filename-check.test and trailing-ws.test test cases.Andreas Gruenbacher2005-04-291-26/+49
|
* - Add --sort options to the diff and refresh commands whichAndreas Gruenbacher2005-04-131-27/+35
| | | | | | | | | | sorts files by filename. The default is to keep files in their original order whenever possible. - refresh command: add new files in sort order instead of the filesystem order. - diff command: output files in the order in which they show up in the patch instead of sorting them alphabetically. - Add sort testcase.
* - Fix typo and translation updates.Andreas Gruenbacher2005-03-061-37/+167
| | | | | | - Add a missing ``exit 1'' to quilt/fold.in when no patches are applied. (All except the German translation update from Yasushi SHOJI -- thanks.)
* - Don't leak so many temporary files in the push command.Andreas Gruenbacher2005-02-061-37/+41
| | | | - Include command names in tempfile names to find leaks more easily.
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-231-18/+20
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* - Push command: Write out output of patch process immediatelyAndreas Gruenbacher2004-11-191-19/+17
| | | | | instead of reading into a variable and then printing that variable. This helps to see what's happening with large patches.
* - Get rid of the apatch and rpatch helper scripts: Integrate themAndreas Gruenbacher2004-11-151-67/+65
| | | | | in the push and pop commands. This should bring a small performance improvement.
* - Fix a message; took a while. Thanks Yasushi SHOJIAndreas Gruenbacher2004-09-131-3/+2
| | | | <yashi@atmark-techno.com>.
* - bin/quilt.in: Add optional verbose modifier to --trace optionAndreas Gruenbacher2004-09-131-4/+5
| | | | by request of Dean Roehrich <roehrich@sgi.com>.
* - setup command: detect errors when running ``rpm -bp'' andAndreas Gruenbacher2004-08-131-1/+26
| | | | improve the messages of ``quilt setup''.
* - Merge improvement to files command from Dean Roehrich: Allow toAndreas Gruenbacher2004-08-111-21/+25
| | | | | | list all files modified, or all files modified by a range of patches. - Fix pop command help.
* - Working in sub-directories: `quilt new' so far did alwaysAndreas Gruenbacher2004-08-111-7/+5
| | | | | | | | create patches in the current directory, even if the current directory appeared to be a sub-directory of the working tree. This was confusing for several people now. Make `quilt new' behave like all other commands, and thus allow it to be used from within sub-directories.
* - Fix wrong pop command help text.Andreas Gruenbacher2004-08-111-18/+19
|
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-151-5/+3
| | | | | | | | - Very minor translation updates. - Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps. - Bump version to 0.35.
* - Replace a few instances of awk and sed with @AWK@ and @SED@ inAndreas Gruenbacher2004-07-141-3/+5
| | | | *.in files.
* - Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).Andreas Gruenbacher2004-07-121-3/+3
|
* - refresh command: Fix --diffstat option; it did swap lines. AlsoAndreas Gruenbacher2004-07-121-2/+2
| | | | remove stray dollar sign.
* - Some more QUILT_PATCHES_PREFIX fixes.Andreas Gruenbacher2004-07-121-5/+6
|
* - Switch from echo to printf for all translations: This is moreAndreas Gruenbacher2004-07-091-365/+329
| | | | | | | | | | | | | | | 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.
* - Add common GNU Diff format options to diff and refresH commands:Andreas Gruenbacher2004-07-041-120/+141
| | | | | | | | | | | -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-021-26/+30
| | | | | | | | | | | | | | | | + 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-011-4/+3
| | | | | 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-301-27/+33
| | | | output.
* - Fix another upgrade bug: The series file may optionally containAndreas Gruenbacher2004-06-121-36/+52
| | | | | | | 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.
* - Add meta-data version check/upgrade code from Martin Quinson andAndreas Gruenbacher2004-06-101-5/+76
| | | | | | | | | | | | | | 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.
* - import: Create patches/ and parent directories to patch to beAndreas Gruenbacher2004-06-061-6/+6
| | | | imported. Insert the correct patch name in the series file.
* - backup-file.c: Add code to recursively search .pc directories.Andreas Gruenbacher2004-06-061-14/+10
| | | | | | | | | | 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-051-10/+34
| | | | | | | | | | 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.
* - Rewrite spec2series to return what the new `quilt setup' needs,Andreas Gruenbacher2004-05-311-61/+17
| | | | | | | | 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.
* - Clarify help text of `quilt add' (thanks to Tom RiniAndreas Gruenbacher2004-05-161-237/+188
| | | | <trini@mvista.com>). Update translations.
* Merge with current strings to translateMartin Quinson2004-02-031-159/+139
|
* - No longer remove common extensions (.dif, .diff, .patch, .gz,Andreas Gruenbacher2004-01-311-74/+110
| | | | | | | .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
* Fix some syntactic issuesAndreas Gruenbacher2003-11-261-1/+1
|
* Update translations (and clarify a few of the original messages)Andreas Gruenbacher2003-11-241-59/+120
|
* update to lastest source code change, and translate the missing french ↵Martin Quinson2003-11-201-88/+131
| | | | parts. The german file do need love from someone...
* - Remove .pc/*/.pc files, and adjust various scripts accordingly.Andreas Gruenbacher2003-10-281-4/+0
| | | | - Run test/one.test inside sub-directory.
* updateMartin Quinson2003-06-251-11/+16
|
* Format in-line documentation to be around 72 characters in width.Andreas Gruenbacher2003-02-161-122/+118
|
* Merge version of James's temp file patch (some further improvements,Andreas Gruenbacher2003-02-161-5/+5
| | | | | hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script.
* German translationAndreas Gruenbacher2003-02-151-0/+872