summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
...
* - Fix one fuzzy message in French translation.Jean Delvare2005-07-251-2/+1
|
* - Japanese translation update from Yasushi SHOJIAndreas Gruenbacher2005-07-254-107/+121
| | | | <yashi@atmark-techno.com>.
* - Let the perl scripts (edmail, parse-patch and remove-trailing-ws) workJean Delvare2005-07-244-56/+56
| | | | without Locale::gettext.
* - We don't need the translation statistics twice.Andreas Gruenbacher2005-07-191-2/+1
|
* - Update French translation.Jean Delvare2005-07-191-46/+60
|
* - Another translation fix.Andreas Gruenbacher2005-07-194-5/+5
|
* - Fix a few translation bugs; update german translation.Andreas Gruenbacher2005-07-195-748/+784
|
* - Add internationalization support to Perl scripts as well.Andreas Gruenbacher2005-07-185-566/+1159
|
* French translation unfuzzying.Jean Delvare2005-07-181-4/+1
|
* - Based on work done by several contributers, add a headerv0.41Andreas Gruenbacher2005-07-184-20/+13
| | | | | command. - Bump version to 0.41.
* - quilt/annotate.in: Fix case where the file is created/deletedAndreas Gruenbacher2005-07-183-6/+15
| | | | | by a patch. - Makefile.in: add uninstall target.
* Update the French translation.Jean Delvare2005-07-142-10/+10
|
* - quilt delete: Add option -n, which deletes the next patchJean Delvare2005-07-064-27/+60
| | | | after topmost (rather than the specified or topmost patch).
* - fr.po: Add all missing translations.Jean Delvare2005-07-052-7/+85
| | | | - de.po: Add one easy translation.
* quilt delete: Display the name of the deleted patch on success.Jean Delvare2005-07-054-0/+18
|
* - Remove outdated BUGS file and references.Andreas Gruenbacher2005-07-024-8/+8
| | | | | - refresh command: don't write into existing patches but create new files instead to avoid overwriting hardlinked copies.
* - 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-294-4/+4
|
* Looks like msgmerge wants different line breaks. Oh well.Jean Delvare2005-06-291-7/+6
|
* French translation unfuzzying.Jean Delvare2005-06-291-33/+44
|
* - quilt diff: Fix -z option if QUILT_PATCHES is an absolute path.Andreas Gruenbacher2005-06-274-68/+47
|
* - Jean Delvare:Andreas Gruenbacher2005-06-264-20/+56
| | | | | + 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-214-79/+101
| | | | | | 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-184-27/+31
| | | | | | | 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-144-4/+4
|
* - refresh command: also touch .pc/$patch/.timestamp when a patchAndreas Gruenbacher2005-06-144-4/+4
| | | | | 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-064-112/+140
| | | | 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-294-96/+179
|
* - Add --sort options to the diff and refresh commands whichAndreas Gruenbacher2005-04-134-108/+136
| | | | | | | | | | 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.
* - Another Japanese translation update from Yasushi SHOJI.Andreas Gruenbacher2005-03-071-15/+74
|
* - Fix typo and translation updates.Andreas Gruenbacher2005-03-064-82/+488
| | | | | | - Add a missing ``exit 1'' to quilt/fold.in when no patches are applied. (All except the German translation update from Yasushi SHOJI -- thanks.)
* - Add `graph', `grep' and `mail' to QUILT_IN in po/MakefileAndreas Gruenbacher2005-03-061-3/+3
| | | | (from Yasushi SHOJI).
* - Don't leak so many temporary files in the push command.Andreas Gruenbacher2005-02-064-152/+171
| | | | - Include command names in tempfile names to find leaks more easily.
* - Update of the Japanese translation from Yasushi SHOJIAndreas Gruenbacher2005-02-051-32/+9
| | | | <yashi@atmark-techno.com> -- thank you.
* - Add mail command, doc/README.MAIL and example ``mail'' commandAndreas Gruenbacher2005-01-234-71/+78
| | | | | filter in quilt.quiltrc. - Bump version to 0.38.
* Useless cleanupsMartin Quinson2004-11-221-11/+11
|
* - Push command: Write out output of patch process immediatelyAndreas Gruenbacher2004-11-194-77/+63
| | | | | 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-155-266/+249
| | | | | in the push and pop commands. This should bring a small performance improvement.
* - Fix a message; took a while. Thanks Yasushi SHOJIAndreas Gruenbacher2004-09-134-10/+7
| | | | <yashi@atmark-techno.com>.
* - bin/quilt.in: Add optional verbose modifier to --trace optionAndreas Gruenbacher2004-09-134-16/+19
| | | | by request of Dean Roehrich <roehrich@sgi.com>.
* - Refresh command: recognize and ignore header lines generated byAndreas Gruenbacher2004-08-251-1/+2
| | | | | ``cvs diff''. - Add a missing print_patch call (cosmetic).
* Sync to ENMartin Quinson2004-08-171-24/+20
|
* - Add Japanese translation fromAndreas Gruenbacher2004-08-141-0/+1010
| | | | Yasushi SHOJI <yashi@atmark-techno.com>. Thank you.
* - setup command: detect errors when running ``rpm -bp'' andAndreas Gruenbacher2004-08-133-3/+44
| | | | improve the messages of ``quilt setup''.
* - Merge improvement to files command from Dean Roehrich: Allow toAndreas Gruenbacher2004-08-113-56/+90
| | | | | | 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-113-19/+9
| | | | | | | | 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-113-42/+48
|
* Tell the user to refresh patch which does not remove properly, not only to ↵Martin Quinson2004-07-221-6/+6
| | | | force with -f
* - Add test case for permissions.v0.35Andreas Gruenbacher2004-07-152-45/+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.